aboutsummaryrefslogtreecommitdiff
path: root/assets/static/css/style.css
Commit message (Collapse)AuthorAge
* Remove extra space created by Flexbox usageNicholas Johnson7 days
|
* Make footer stick to bottom of pageNicholas Johnson7 days
|
* Add body padding width to CSS media queryNicholas Johnson7 days
| | | | | | Changing box-sizing from content-box to border-box caused the body width to account for padding, so it has to be added back in order to get the full 72 chars in the main content.
* Ensure body is always at least viewport heightNicholas Johnson7 days
| | | | | The page content area's background color should always fill the height of the viewport, even if there is not enough page content.
* Add a dark gray background to websiteNicholas Johnson7 days
| | | | This makes it more visually clear where the content begins and ends.
* Move /style.css to /static/css/style.cssNicholas Johnson2024-11-25
It's good practice to keep static website assets isolated to their own subdirectory.