diff options
author | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
---|---|---|
committer | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
commit | 8902033279043e8c2a6e6e92e3630cfeaec89b5c (patch) | |
tree | 1ab9826bf5af47e5c969471ca8b9c8f983f58423 /configs/conferences/osmocon18/main.less | |
parent | 740c954b211efd525c82b3475359960981720e1a (diff) | |
parent | e43a34fae03af3c052d0876e5bf8b065aebefee0 (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/osmocon18/main.less')
-rwxr-xr-x | configs/conferences/osmocon18/main.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/osmocon18/main.less b/configs/conferences/osmocon18/main.less new file mode 100755 index 0000000..76e501a --- /dev/null +++ b/configs/conferences/osmocon18/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; +} |