From 28640bc30ba97693a6b955999e942e2d2b2aed83 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 18 Feb 2017 21:01:25 -0500 Subject: Make images smaller --- static/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 55f18af..3413be8 100644 --- a/static/styles.css +++ b/static/styles.css @@ -14,6 +14,13 @@ section { .ssb-post img { max-width: 100%; + width: 640px; + background-color: #eee; +} + +img.ssb-emoji { + width: 1em; + height: 1em; } .nav-bar { -- cgit v1.2.3