Skip to content

Commit

Permalink
Update font-size to rems
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Oct 19, 2023
1 parent 870bcda commit 6048087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/dist/css/decanter.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions core/src/scss/components/local-footer/_local-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,21 @@
// List and content block heading element styles.
// ------------------------------------------------
.su-local-footer__list-heading {
font-size: 18px;
font-size: 1.8rem;
line-height: 140%;
}

.stanford-local-footer {
&.su-wysiwyg-text {
h2 {
font-size: 18px;
font-size: 1.8rem;
line-height: 140%;
}

h3,
h4,
h5 {
font-size: 16px;
font-size: 1.6rem;
line-height: 140%;
}
}
Expand Down

0 comments on commit 6048087

Please sign in to comment.