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

@@ -10,7 +10,7 @@
position: relative;
text-align: center;
box-sizing: content-box;
max-width: 1200px;
max-width: var(--max-width-page);
margin: 0 auto;
padding: 70px 30px;
}