File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1111 margin : -12px ;
1212 font-family : $font-qanelas ;
1313
14+ @media (min-width : 1920px ) {
15+ > * {
16+ max-width : 1920px ;
17+ width : 100% ;
18+ }
19+ }
20+
1421 .d-header {
1522 height : 6rem ;
1623 background-color : $white ;
Original file line number Diff line number Diff line change @@ -768,6 +768,27 @@ html {
768768 scroll-behavior : smooth ;
769769}
770770
771+ // Max-width constraint for large screens to prevent layout stretch
772+ $site-max-width : 1920px ;
773+
774+ @media (min-width : 1920px ) {
775+ .td-navbar {
776+ > .container-fluid {
777+ max-width : $site-max-width ;
778+ margin-left : auto ;
779+ margin-right : auto ;
780+ }
781+ }
782+
783+ .container-fluid.td-outer {
784+ > .td-main {
785+ max-width : $site-max-width ;
786+ margin-left : auto ;
787+ margin-right : auto ;
788+ }
789+ }
790+ }
791+
771792h1 , h2 , h3 , h4 , h5 , h6 {
772793 scroll-margin-top : 1rem ;
773794}
You can’t perform that action at this time.
0 commit comments