fix: refactor breadcrumbs to take page type variants to better match margins
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
.topMenu {
|
||||
display: none;
|
||||
background-color: var(--Base-Surface-Subtle-Normal);
|
||||
padding: var(--Spacing-x2);
|
||||
padding: var(--Spacing-x2) 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: var(--max-width-navigation);
|
||||
max-width: var(--max-width-page);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user