SiteHeader: Use M spacing for the margin of the site-footer
This commit is contained in:
parent
f53f266c9a
commit
e86e2d85b4
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@
|
||||||
.site-footer__container {
|
.site-footer__container {
|
||||||
/* Center the content and ensure a minimum margin. The calculation in the
|
/* 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(). */
|
* 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);
|
max-width: var(--content-width);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue