diff options
-rw-r--r-- | sleepmap-theme/static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css index 3a5017b..8e4a582 100644 --- a/sleepmap-theme/static/css/main.css +++ b/sleepmap-theme/static/css/main.css @@ -441,6 +441,10 @@ abbr{ /* images */ +div.figure { + margin: 20px 0px; +} + div.figure img { max-width: 100%; height: auto; |