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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-08-28 00:51:28 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-08-28 00:51:28 +0300
commiteeb7cae6ec66c371473cc66322d2af986ca831a5 (patch)
treef0233be41b8547523f0860dd3cb38122badca7a6 /source
parent0b4fae0452d824e0eeb6a53aae8f5ef307290b47 (diff)
fixed pre margin
Diffstat (limited to 'source')
-rw-r--r--source/sass/object/component/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index c1825a7..e97966b 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -63,7 +63,7 @@
}
pre {
- margin: 1.6rem 1.2rem;
+ margin: 1.6rem 0;
background-color: #383737;
padding: 1em;
overflow: auto;