]> git.cworth.org Git - lmno.games/commit
Parameterize the styling of the page width
authorCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 00:14:31 +0000 (17:14 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 00:14:31 +0000 (17:14 -0700)
commit06a42682201c8bfdf8da363519be113f943fd7b8
treec5a2db6e9989fbf86b13b878b3147b61c0f53617
parenta4c64add51b411c92bcd61039e243385151fccb5
Parameterize the styling of the page width

Now that I now we can use CSS variables, I can define some top-level
variables to control the page width and then use those for derived
values.

This makes the styling _much_ more maintainable as it's actually
possible to change a single variable and have several related values
change as appopriate.
style.css