File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1501,6 +1501,6 @@ nav.md-grid {
15011501/* 2xl (≥1536px) */
15021502@media (min-width : 1536px ) {
15031503 .md-main__inner .md-grid {
1504- max-width : 1736 px ;
1504+ max-width : 70 rem ;
15051505 }
15061506}
Original file line number Diff line number Diff line change @@ -457,6 +457,7 @@ legend {
457457 padding : 0 ;
458458}
459459
460+ ol ,
460461ul ,
461462menu {
462463 list-style : none;
@@ -837,6 +838,10 @@ video {
837838 width : 100% ;
838839}
839840
841+ .tw-max-w-\[70rem\] {
842+ max-width : 70rem ;
843+ }
844+
840845.tw-flex-1 {
841846 flex : 1 1 0% ;
842847}
Original file line number Diff line number Diff line change 2929<!-- Header -->
3030< header class ="{{ class }} " data-md-component ="header ">
3131 < nav
32- class ="tw-container tw-mx-auto tw-px-4 sm:tw-px-6 lg:tw-px-8 xl:tw-px-10 md-header__inner tw-items-center lg:tw-justify-between "
32+ class ="tw-container tw-mx-auto tw-px-4 sm:tw-px-6 lg:tw-px-8 xl:tw-px-10 md-header__inner tw-items-center lg:tw-justify-between tw-max-w-[70rem] "
3333 aria-label ="{{ lang.t('header') }} "
3434 >
3535 <!-- Left section (Logo + Docs Title) -->
You can’t perform that action at this time.
0 commit comments