Skip to content

Commit

Permalink
errant rem
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Jan 16, 2025
1 parent 1ff98be commit a2efada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADnD_1E_Revised/1ESheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
--white: rgb(255, 255, 255);
--yellow: rgb(252, 237, 36);

--text-sm: 1rem;
--text-sm: 1rem; /* 10px based on :root */
--text-med: 1.2rem;
--text-lg: 1.4rem;
--text-xl: 1.6rem;
Expand Down Expand Up @@ -4395,7 +4395,7 @@ details[open].thac0-box {
.sheet-rolltemplate-general span.sheet-text.sheet-text {
color: var(--color-black1);
display: block;
font-size: var(--text-med) rem;
font-size: var(--text-med);
line-height: initial;
max-height: 10em;
overflow: auto;
Expand Down

0 comments on commit a2efada

Please sign in to comment.