e86e2d85b4
SiteHeader: Use M spacing for the margin of the site-footer
2024-07-03 07:45:42 -07:00
f53f266c9a
SiteHeader: Set the bullet in ::before instead of ::after
...
Set the bullet between nav items in the ::before content rather than the ::after.
I found this lets me control spacing better.
Set the flex gap to XS spacing.
2024-07-03 07:45:11 -07:00
d6537af00c
Move the site-header styles to site_header.css
2024-06-29 14:14:52 -07:00
a8fd6e550f
Implement a clever margin trick
...
This trick centers content and ensures a minimum margin of spacing size S.
https://stackoverflow.com/questions/70323075/how-i-can-use-min-and-max-css-functions-to-work-with-auto
2024-06-29 10:31:21 -07:00
4bc1390b3c
CSS Checkpoint
...
- Add the system_css template
- Name the CSS files in the css directory with a numeric prefix so they sort by
priority.
2024-06-28 09:03:28 -07:00