diff options
author | derpeter | 2016-10-01 17:58:05 +0200 |
---|---|---|
committer | derpeter | 2016-10-01 17:58:05 +0200 |
commit | e5147f5544c5e4603442c4140193b5c9a118b57e (patch) | |
tree | 5f94a64431117fb8f352a43238e522bf82533b50 /configs/conferences/vcfb2016/main.less | |
parent | 9db8bfa5d6f787c05322d28a9b245f3eaaf53be1 (diff) |
added vcfb2016
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/vcfb2016/main.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/vcfb2016/main.less b/configs/conferences/vcfb2016/main.less new file mode 100755 index 0000000..76e501a --- /dev/null +++ b/configs/conferences/vcfb2016/main.less @@ -0,0 +1,9 @@ +@import "../../../assets/css/_structure.less"; + +.logo { + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 200px; + margin: 20px 0 0 0; +} |