summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-28 01:45:04 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-28 01:45:04 +0200
commit88b901a029562b08bb514b5e50b3d0cc4eea6a6d (patch)
tree3e8fba6195feaa0848e21fa35b72b03e64454699
parentec1e19c829b4cee7a1b300d9ba10a66c436b70b1 (diff)
Shape branding-logo.
-rw-r--r--style.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 6ecebce..0298874 100644
--- a/style.scss
+++ b/style.scss
@@ -165,11 +165,14 @@ dd {
// Images
//
-// Full-width with slight aide padding
+// Full-width with slight side padding
#content img {
width: 70%;
padding: 0 15%;
}
+#branding-logo img {
+ width: 100%;
+}
// Pagedate
//