From f6b23b6b044c31869f95f3f1a926b843686ecc1b Mon Sep 17 00:00:00 2001 From: Jannes Jeising Date: Sun, 27 Dec 2015 09:43:30 +0100 Subject: Use font for branding --- configs/conferences/32c3/main.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index b3e3d5c..7d0b93b 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; } -- cgit v1.2.3 From 34a71371083aabe54c48c9e6d4c5c9b207f6807f Mon Sep 17 00:00:00 2001 From: Jannes Jeising Date: Sun, 27 Dec 2015 09:43:39 +0100 Subject: Fix menu on mobile devices --- configs/conferences/32c3/main.less | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs') diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index 7d0b93b..25d2f30 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -79,6 +79,12 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra text-indent: -9999em; } +@media (max-width: 480px) { + .banner { + margin-top: 60px; + } +} + .player-wrap { background-color: @darker-grey; } @@ -90,6 +96,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra nav .navbar-form { margin-top: 0; margin-bottom: 0; + padding: 0; } nav .button-wrapper > .btn { -- cgit v1.2.3