revert eb3d955884
revert Left-align page content and expand nav width Change layout alignment from center to flex-start on various pages to left-align content. Also increase .nav-inner max-width to 900px and set margin to 0 so navigation aligns with page content.
This commit is contained in:
@@ -60,12 +60,12 @@ function isActive(href: string, current: string): boolean {
|
||||
}
|
||||
|
||||
.nav-inner {
|
||||
max-width: 900px;
|
||||
margin: 0;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
gap: var(--space-xs);
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user