Skip to content

Commit

Permalink
[web/base.css] ALL pages conditionally get font-size: large
Browse files Browse the repository at this point in the history
Based on a survey, the only pages that don't have this are:

- release-{index,quality}.html - I want bigger fonts here
- changelog.html - seems fine
- benchmarks/*.html - seems fine.  Some tables might get too wide.
- spec-cpp index.html - seems fine

So this should make the site look more consistent all around.  We can
edit individual pages later.
  • Loading branch information
Andy C committed Feb 1, 2024
1 parent b63176f commit 4c2bacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/base.css
Expand Up @@ -17,6 +17,7 @@
body {
margin: 0 auto;
line-height: 1.4; /* http://bettermotherfuckingwebsite.com/ */
font-size: large; /* 2024-01 - all pages deserve this */
}

.skinny { width: 30em; } /* Most blog posts */
Expand Down

0 comments on commit 4c2bacd

Please sign in to comment.