From e5da89e3c13fe02d0b1667241a4821445a1ce018 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sun, 25 Oct 2015 16:55:20 +0800 Subject: [PATCH] feat(style): smaller blockquotes font size --- _app/assets/themes/curtana/_less/app.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_app/assets/themes/curtana/_less/app.less b/_app/assets/themes/curtana/_less/app.less index 78eb4ae8a..2d17d73a5 100644 --- a/_app/assets/themes/curtana/_less/app.less +++ b/_app/assets/themes/curtana/_less/app.less @@ -427,6 +427,7 @@ body:hover .latest { position: relative; margin-bottom: 2.8rem; margin-left: calc(-@padding-xs - @blockquote-border); + font-size: 90%; @media (max-width: @breakpoint-sm) { margin-left: 0; @@ -450,7 +451,6 @@ body:hover .latest { cite { float: right; - font-size: 90%; font-style: normal; &:before {