font size fixes after parent theme and plugin updates

This commit is contained in:
Evan Mullins 2021-03-12 10:05:52 -05:00
parent 0bc688592d
commit 69a5882f8f

View file

@ -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;