Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -794,21 +794,17 @@ html {
scroll-behavior: smooth;
}

// Max-width constraint for large screens to prevent layout stretch
// Max-width constraint for large screens to prevent centering of content
@media (min-width: $site-max-width) {
.td-navbar {
> .container-fluid {
max-width: $site-max-width;
margin-left: auto;
margin-right: auto;
max-width: none;
}
}

.container-fluid.td-outer {
> .td-main {
max-width: $site-max-width;
margin-left: auto;
margin-right: auto;
max-width: none;
}
}
}
Expand Down
Loading