summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-11-26 23:04:22 +0100
committerSiri Reiter <siri@jones.dk>2014-11-26 23:04:22 +0100
commite9afde954f6bc1bde1c6b6f0e8ff99cdc690b936 (patch)
treec4231ef8640644e314084bdfa5888f38fc430346
parent5cf2f3b3d196cdab0aadf3953216dc8b32644738 (diff)
Tighten logo styling: Explicit alignment, and page-relative size for print.
-rw-r--r--local.scss8
1 files changed, 8 insertions, 0 deletions
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 {