diff options
author | David Runge <dave@sleepmap.de> | 2016-04-02 04:21:35 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-04-02 04:21:35 +0200 |
commit | b85188d4b8b5636f153b5c04ba9f795a5915ee5b (patch) | |
tree | 507a4c0f0b35724c512120dcb868eeb0bcb7b7d1 | |
parent | 1dde75a7345cfeb9aa944e6527dad2dc04b5444d (diff) | |
download | sleepmap-b85188d4b8b5636f153b5c04ba9f795a5915ee5b.tar.gz sleepmap-b85188d4b8b5636f153b5c04ba9f795a5915ee5b.tar.bz2 sleepmap-b85188d4b8b5636f153b5c04ba9f795a5915ee5b.tar.xz sleepmap-b85188d4b8b5636f153b5c04ba9f795a5915ee5b.zip |
sleepmap-theme/static/css/main.css: Adding some margin to the figure divs.
-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; |