Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure body is always at least viewport height | Nicholas Johnson | 7 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 website | Nicholas Johnson | 7 days |
| | | | | This makes it more visually clear where the content begins and ends. | ||
* | Move /style.css to /static/css/style.css | Nicholas Johnson | 2024-11-25 |
It's good practice to keep static website assets isolated to their own subdirectory. |