From 44bad3cddd7457281ee54e543a2035e7b7e85acd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 14:16:18 +0200 Subject: Use big glider but resize it using width/height --- src/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 1564af5..d6dc8bf 100644 --- a/src/style.css +++ b/src/style.css @@ -130,8 +130,10 @@ footer a { } footer #emblem { flex: 1; - flex-basis: 55px; + flex-basis: 40px; flex-grow: 0; - margin-top: 0.2rem; - margin-bottom: 0.6rem; +} +footer #emblem img { + width: 40px; + height: 40px; } -- cgit v1.2.3-54-g00ecf