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>2019-07-27 06:23:02 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-07-27 06:23:02 +0300
commit38e23b6480cd1e43e6b3e05bf866776dbe654af1 (patch)
tree41942d337d6706cd544487bd7511fcb307158d79 /source
parent0e756d1dfaf725c721ac4813d2934e8c631eba44 (diff)
update code block
Diffstat (limited to 'source')
-rw-r--r--source/sass/object/component/_post.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index 33e2e06..af6cb87 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -8,7 +8,9 @@
color: $color-font-white;
}
}
+}
+.c-post {
&__header {
&--over-img {
display: table-cell;
@@ -32,7 +34,9 @@
font-size: 1.4rem;
}
}
+}
+.c-post {
&__body {
margin-top: 4rem;
@@ -69,6 +73,7 @@
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
+ border-radius: 5px;
code {
@extend %code-base-style;