From 69a5882f8f05551a9ec12be7c8b98aa50811c6c2 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 12 Mar 2021 10:05:52 -0500 Subject: [PATCH] font size fixes after parent theme and plugin updates --- style.css | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b151d14..c80cdc9 100755 --- a/style.css +++ b/style.css @@ -1,11 +1,11 @@ /*! Theme Name: WasMormon Theme - Theme URI: https://circlecube.com + Theme URI: https://wasmormon.org Description: Theme for mormon profile site Author: Evan Mullins Author URI: https://circlecube.com Template: twentynineteen - Version: 1.9.2 + Version: 1.9.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: wasmo @@ -26,6 +26,10 @@ --color-orange-light: rgba(240, 124, 39, 0.05); } +html { + font-size:100%; +} + body, .site-info { font-family: "Crimson Text", serif; @@ -693,6 +697,35 @@ cite span { flex-direction: row; } } +.entry-meta, +.entry-footer, +.discussion-meta-info, +.site-info, +.has-small-font-size, +.comment-reply-link, +.comment-metadata, +.comment-notes, +.sticky-post, +#cancel-comment-reply-link, +img:after, +h6 { + font-size: 1em; +} + +.entry .entry-content .wp-block-quote { + font-size: 1.4em; +} +.entry .entry-content .wp-block-quote p { + font-size: 22px; +} + +.entry .entry-content .wp-block-quote cite { + font-size: 16px; +} + +.entry .entry-content .wp-block-quote cite a { + word-wrap: break-all; +} .hide { display: none;