aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-04-02 04:21:35 +0200
committerDavid Runge <dave@sleepmap.de>2016-04-02 04:21:35 +0200
commitb85188d4b8b5636f153b5c04ba9f795a5915ee5b (patch)
tree507a4c0f0b35724c512120dcb868eeb0bcb7b7d1 /sleepmap-theme
parent1dde75a7345cfeb9aa944e6527dad2dc04b5444d (diff)
downloadsleepmap-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.
Diffstat (limited to 'sleepmap-theme')
-rw-r--r--sleepmap-theme/static/css/main.css4
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;