From f6c3dc90066a7dc91f4218c37985ccf30ed9b64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyrille=20M=C3=A9dard=20de=20Chardon?= Date: Mon, 29 Sep 2014 09:14:29 +0100 Subject: [PATCH] Set min-width of logo box for spacing when closed --- css/level2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/level2.css b/css/level2.css index ccb86b4..e673aef 100644 --- a/css/level2.css +++ b/css/level2.css @@ -73,13 +73,14 @@ h1, h2, h3, h4, h5, h6 { } .hackers { - font-size: 0.4em; + font-size: 0.38em; margin-bottom: 1em; } .logo { text-align: left; font-size: 4em; + min-height: 134px; } .logo > .row > div {