diff options
-rw-r--r-- | style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 // |