diff options
author | Bjoern Riemer | 2018-10-17 23:39:17 +0200 |
---|---|---|
committer | Bjoern Riemer | 2018-10-17 23:39:17 +0200 |
commit | 28477133207126376c60c91dea85b431c0e57d64 (patch) | |
tree | 9565e3e9cb158144d6ae3280439004d2676069a7 /configs/conferences/osmocon18/main.less | |
parent | b898ec36543cce9b7e538fb08287856f54d5d7a3 (diff) |
adding website of osmocon18
Diffstat (limited to '')
-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; +} |