diff options
author | MaZderMind | 2015-12-27 09:52:11 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-27 09:52:11 +0100 |
commit | 2511267fbe5190298a8b05079fd1af57d7ad59af (patch) | |
tree | d5f37a8abc150bbe09bcbd892791086fa2489917 /configs/conferences/32c3 | |
parent | 779722166bad0f3dd1f3a5c47e2a79fbbd8c1454 (diff) | |
parent | 34a71371083aabe54c48c9e6d4c5c9b207f6807f (diff) |
Merge remote-tracking branch 'jjeising/32c3-design'
Diffstat (limited to 'configs/conferences/32c3')
-rw-r--r-- | configs/conferences/32c3/main.less | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index b3e3d5c..25d2f30 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -59,11 +59,15 @@ body.overview { } } -h1, h2, body.overview .room a.title, body.overview .panel-primary a { +h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { font-family: 'Roboto Condensed'; font-weight: 300; } +.navbar-brand { + font-size: 20px; +} + .well { color: @dark-grey; } @@ -75,6 +79,12 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a { text-indent: -9999em; } +@media (max-width: 480px) { + .banner { + margin-top: 60px; + } +} + .player-wrap { background-color: @darker-grey; } @@ -86,6 +96,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a { nav .navbar-form { margin-top: 0; margin-bottom: 0; + padding: 0; } nav .button-wrapper > .btn { |