From e9afde954f6bc1bde1c6b6f0e8ff99cdc690b936 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 26 Nov 2014 23:04:22 +0100 Subject: Tighten logo styling: Explicit alignment, and page-relative size for print. --- local.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.scss b/local.scss index cea9c0e..d50b4b4 100644 --- a/local.scss +++ b/local.scss @@ -87,7 +87,15 @@ div.branding { div#branding-logo { position: absolute; top: 75px; + width: 100%; right: 3%; + text-align: right; + @media print { + img { + height: auto; + width: 50%; + } + } } div#branding-tagline { -- cgit v1.2.3