Skip to content

Commit

Permalink
Testing out responsive text size for the mods display
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Mar 29, 2024
1 parent f4db5bf commit 8373e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.14
2.6.15
4 changes: 4 additions & 0 deletions app/assets/stylesheets/cerberus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ body {
flex-direction:column;
}

.mods {
font-size: calc(0.8rem + 0.1vw);
}

.well {
background-color: #ecf0f1;
}
Expand Down

0 comments on commit 8373e3f

Please sign in to comment.