summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {