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-02-02 11:20:45 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-02-02 11:20:45 +0300
commit54912b0a7c8116060f14a1fe090d9e7080882ddf (patch)
tree3d509231c864fa75a964681a97fe3ca462768c6d /source
parent685c8a297eab0faa5a5f22e574b2d3739496fb29 (diff)
fixed code tag style
Diffstat (limited to 'source')
-rw-r--r--source/sass/object/component/_post.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index e367a03..04e48e0 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -82,11 +82,6 @@
color: $color-font-white;
}
- > code {
- @extend %code-base-style;
- padding: 0.2em 0.4em;
- }
-
blockquote {
margin: 1.6rem 1.2rem;
padding: 0 1em;
@@ -96,6 +91,11 @@
p {
line-height: 1.8;
+
+ > code {
+ @extend %code-base-style;
+ padding: 0.2em 0.4em;
+ }
}
a {