diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-24 12:55:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 12:55:18 +0000 |
| commit | f78dd1d7b350e2deed8233ce3040f06f40ddaa9a (patch) | |
| tree | 13893568043b9b0098f81a3519bdebe4e4267a68 | |
| parent | 9f422700af2e8d0c445fd0821977ca7a728e1a6a (diff) | |
| parent | dd51bac69051eb83bbbec0625f76017ad9ef3436 (diff) | |
Merge pull request #232 from itsvara/master
fix comment
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 99c0a5e..55c7c95 100644 --- a/static/style.css +++ b/static/style.css @@ -154,7 +154,7 @@ aside.callout { /* This "@media" block defines rules that will only be applied when the minimum * width of the screen is 55em or greater. In essence, they are settings that - * only apply on normal weide screens, but *not* phones and low res monitors. + * only apply on normal widescreens, but *not* phones and low res monitors. * Since we have more room on widescreens, we change a couple things. */ @media (min-width: 55em) { |
