diff options
Diffstat (limited to 'configs/archive/vcfb2017/main.less')
-rwxr-xr-x | configs/archive/vcfb2017/main.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/archive/vcfb2017/main.less b/configs/archive/vcfb2017/main.less new file mode 100755 index 0000000..76e501a --- /dev/null +++ b/configs/archive/vcfb2017/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; +} |