diff options
author | Daniel Molkentin | 2016-09-29 09:49:48 +0200 |
---|---|---|
committer | Daniel Molkentin | 2016-09-29 09:49:48 +0200 |
commit | 3e5536b058bc013d2ec0c2e4f4ad6401192e6dd0 (patch) | |
tree | cb82ac0039cb9a9baad81f2031119daa84baaef7 /configs/conferences/systemd-conf-2016/main.less | |
parent | 248e63e855ed73f67ebaa8ca88ca060654346989 (diff) |
systemd.conf 2016
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/systemd-conf-2016/main.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/systemd-conf-2016/main.less b/configs/conferences/systemd-conf-2016/main.less new file mode 100755 index 0000000..76e501a --- /dev/null +++ b/configs/conferences/systemd-conf-2016/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; +} |