diff options
author | derpeter | 2021-08-19 16:12:52 +0200 |
---|---|---|
committer | derpeter | 2021-08-19 16:12:52 +0200 |
commit | abccd3581ec9f9ff23249187c6a2ea0381621733 (patch) | |
tree | 9ccd91ec778b9147cc9a6f29fb88fbb10c396124 /configs/conferences/bornhack21/main.less | |
parent | 049bedbb9d64d269faca157a5a06f09ebe0c44d5 (diff) |
changed bornhacl url
Diffstat (limited to 'configs/conferences/bornhack21/main.less')
-rw-r--r-- | configs/conferences/bornhack21/main.less | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/configs/conferences/bornhack21/main.less b/configs/conferences/bornhack21/main.less deleted file mode 100644 index 34115f8..0000000 --- a/configs/conferences/bornhack21/main.less +++ /dev/null @@ -1,30 +0,0 @@ -@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; */ -} |