fix: refactor breadcrumbs to take page type variants to better match margins
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user