Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunker <bunker@achter.be>2015-06-18 14:56:22 +0300
committerBunker <bunker@achter.be>2015-06-18 14:56:22 +0300
commit4d8254f472503a8f3b1be5812e2aa7e75e5ef7d4 (patch)
tree76dddf03e0fa399dd4c83bc7064950c8da41a769
parent81892c2ca8fdfd3bdf06db386618b28e4b23e0d0 (diff)
margin above img
Just added a bit margin above an image, so that it doesn’t stick to the text.
-rw-r--r--static/css/slim.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/slim.css b/static/css/slim.css
index a7de5dc..b737996 100644
--- a/static/css/slim.css
+++ b/static/css/slim.css
@@ -14,7 +14,7 @@ a {
img {
max-width: 100%;
- margin: 0 0 1rem;
+ margin: 1rem 0 0 1rem;
border: 0;
border-radius: 5px; }