SiteHeader: Use M spacing for the margin of the site-footer

This commit is contained in:
Eryn Wells 2024-07-03 07:45:42 -07:00
parent f53f266c9a
commit e86e2d85b4

View file

@ -48,6 +48,6 @@
.site-footer__container {
/* Center the content and ensure a minimum margin. The calculation in the
* second argument does what `auto` would do if it could be used in max(). */
margin-inline: max(var(--space-s), 50% - var(--content-width) / 2);
margin-inline: max(var(--space-m), 50% - var(--content-width) / 2);
max-width: var(--content-width);
}