From 4a866f64c4d6d0617dd842d4246bc718ba638a90 Mon Sep 17 00:00:00 2001 From: Swabha Swayamdipta Date: Fri, 6 Nov 2020 08:01:24 -0800 Subject: [PATCH] Update _base.scss (#137) Description text size should match whether or not there is a link. --- _sass/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index c3c6cee..ba67d56 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -61,9 +61,9 @@ a, table.table a { .post-description { margin-bottom: 2rem; + font-size: 0.875rem; a { color: inherit; - font-size: 0.875rem; &:hover { color: var(--global-theme-color); text-decoration: none; @@ -412,4 +412,4 @@ html.transition *:before, html.transition *:after { transition: all 750ms !important; transition-delay: 0 !important; -} \ No newline at end of file +}