fix: refactor breadcrumbs to take page type variants to better match margins

This commit is contained in:
Christel Westerberg
2025-01-03 11:39:24 +01:00
parent 053ef4a1c9
commit 5901cab440
46 changed files with 286 additions and 175 deletions

View File

@@ -3,8 +3,8 @@
grid-template-areas: "main";
grid-template-columns: 1fr;
gap: var(--Spacing-x5);
padding: 0 var(--Spacing-x2) var(--Spacing-x9);
max-width: var(--max-width);
padding-bottom: var(--Spacing-x9);
max-width: var(--max-width-page);
margin: 0 auto;
width: 100%;
}
@@ -27,10 +27,6 @@
}
@media screen and (min-width: 1367px) {
.content {
padding: 0 var(--Spacing-x5) var(--Spacing-x9);
}
.content:has(> aside) {
grid-template-areas: "sidebar main";
grid-template-columns: 360px 1fr;