From 1b263a1f906b2e4708aaaafb8e38e50e63489a06 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 26 Mar 2016 08:17:24 +0100 Subject: No margins in topbar. Create flex image for columns. --- style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.scss b/style.scss index 01bf661..ccdcffc 100644 --- a/style.scss +++ b/style.scss @@ -177,6 +177,8 @@ body { .topbar p { float: left; + margin-top: 0; + margin-bottom: 0; } .topbar a { @@ -249,6 +251,10 @@ img { background-color: none; } +#content img.flex { + height: 150px; +} + #content img.solo { float: none; display: block; -- cgit v1.2.3