Skip to content

Commit

Permalink
Merge pull request #56 from questionlp/develop
Browse files Browse the repository at this point in the history
Re-add responsive font sizing with corrected range
  • Loading branch information
questionlp authored Nov 23, 2024
2 parents 0a60460 + d4ca697 commit 6f51abf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 3.2.1

### Application Changes

- Re-add responsive font sizing for `:root` in `wwdtm-theme` with a range of 14px and 16.5px

## 3.2.0

### Application Changes
Expand Down
6 changes: 2 additions & 4 deletions app/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11519,12 +11519,10 @@ textarea.form-control-lg {
display: none !important;
}
}
/*
:root {
// Adapted from: https://matthewjamestaylor.com/responsive-font-size
--bs-body-font-size: clamp(15px, calc(15px + 0.390625vw), 18px);
--bs-body-font-size: clamp(14px, calc(14px + 0.325vw), 16.5px);
}
*/

body .tooltip {
font-size: 0.9em;
}
Expand Down
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# vim: set noai syntax=python ts=4 sw=4:
"""Application Version for Wait Wait Graphs Site."""

APP_VERSION = "3.2.0"
APP_VERSION = "3.2.1"
2 changes: 1 addition & 1 deletion scss
Submodule scss updated 1 files
+1 −3 wwdtm/_styles.scss

0 comments on commit 6f51abf

Please sign in to comment.