diff options
author | derpeter | 2021-08-16 20:39:04 +0200 |
---|---|---|
committer | derpeter | 2021-08-16 20:39:04 +0200 |
commit | c8495d9b787844bdf6ef2286f9dfcc8d89be6ce6 (patch) | |
tree | 46ec97a40b42c7a61f6a2e1602fd8dd0211a30fc /configs/conferences/bornhack21/main.less | |
parent | b5243c0afac51fe1a626270b4a5e788bb171a2f3 (diff) |
added bornhacl 21
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/bornhack21/main.less | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/configs/conferences/bornhack21/main.less b/configs/conferences/bornhack21/main.less new file mode 100644 index 0000000..34115f8 --- /dev/null +++ b/configs/conferences/bornhack21/main.less @@ -0,0 +1,30 @@ +@import "../../../assets/css/_structure.less"; +@brand-primary: #41afff; + +nav .navbar-brand .icon { + background-image: url("logo.png"); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + height: 27px; + width: 27px; +} + +.banner .logo { + background-image: url("logo.png"); + background-size: contain; + background-repeat: no-repeat; + + padding-left: 320px; + margin-left: auto; + margin-right: auto; + min-width: 320px; + min-height: 64px; + max-height: 72px; + max-width: 1170px; + + line-height: 64px; + + /* height: 72px; */ +/* float: left; */ +} |