Slight padding fix.

This commit is contained in:
flash 2024-09-01 21:44:52 +00:00
parent d89fbd3469
commit 5c751b3eae

View file

@ -45,10 +45,11 @@
.header-main {
width: 100%;
max-width: var(--site-max-width, 100%);
max-width: calc(var(--site-max-width, 100%) + var(--global-spacing-1-5x));
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 var(--global-spacing-1-5x);
}
.header-logo {
@ -105,6 +106,7 @@
background-color: #0005;
display: flex;
justify-content: center;
padding: 0 var(--global-spacing-1-5x);
}
.header-breadcrumbs {