diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/smartplaces2020/main.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/conferences/smartplaces2020/main.less b/configs/conferences/smartplaces2020/main.less new file mode 100755 index 0000000..5a9551f --- /dev/null +++ b/configs/conferences/smartplaces2020/main.less @@ -0,0 +1,10 @@ +@import "../../../assets/css/_structure.less"; + +.logo { + background-image: url(smart_logo_red.svg); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 228px; + margin: 20px 0 0 0; +} |