Skip to content

Commit

Permalink
Set minimum width
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski committed Oct 23, 2021
1 parent effd6d9 commit 337538b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ $dark-maroon: #2B0603;

--text-color: black;

width: 1200px; // base width, overriden by resize, allows system specific base width
min-width: 1130px;
width: 70vw; // base width, overriden by resize, allows system specific base width

&.archmage {
--title-font-family: 'mason-serif';
Expand Down Expand Up @@ -100,8 +101,6 @@ $dark-maroon: #2B0603;
&.dnd5e {
--title-font-family: unset;

width: 70vw;

.current-threat-level {
font-weight: bold;
}
Expand Down

0 comments on commit 337538b

Please sign in to comment.