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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-09-01 04:36:59 +0300
committerMark Otto <markdotto@gmail.com>2022-09-03 01:25:21 +0300
commit707bdb3f41de94266504a0c45a1f6ef5957f3ef7 (patch)
treeb83daeb03e3992da66c30f848b605a52137af2bf
parent493e8f968570a083d4e12087b2dd335f481a3756 (diff)
Fix odd font-size
-rw-r--r--src/assets/scss/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss
index 93f2722f..607df5e1 100644
--- a/src/assets/scss/style.scss
+++ b/src/assets/scss/style.scss
@@ -183,7 +183,7 @@ table {
// Special case the opening paragraph
.post > p:first-of-type,
.post > img:first-child + p {
- font-size: 130%;
+ font-size: 133.333333%;
color: $gray-700;
}