File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -170,20 +170,22 @@ p {
170170 line-height : 1.75 ;
171171}
172172
173- @media (min-width : 82.5 rem ) {
173+ @media (min-width : 90 rem ) {
174174 .main-wrapper : not (.full-width ),
175175 .navbar__inner ,
176176 .footer .container {
177- max-width : 82.5 rem ;
177+ max-width : 90 rem ;
178178 margin : auto;
179179 }
180+ }
180181
182+ @media (min-width : 85rem ) {
181183 .main-wrapper : not (.full-width ) main {
182184 padding : 2rem 0 2rem 2rem ;
183185 }
184186
185187 .main-wrapper : not (.full-width ) .container > .row > : first-child {
186- padding-right : 1 rem ;
188+ padding-right : 3 rem ;
187189 }
188190}
189191
193195 }
194196
195197 .main-wrapper : not (.full-width ) .container > .row > : first-child {
196- padding-right : 3 rem ;
198+ padding-right : 5 rem ;
197199 }
198200}
199201
397399 background-color : var (--ifm-menu-color-background-active );
398400}
399401
402+ .col : has (.table-of-contents ) {
403+ padding-left : 0 ;
404+ }
405+
400406.table-of-contents__link--active {
401407 position : relative;
402408}
420426 transform : scale (0.8 );
421427}
422428
429+ article {
430+ text-wrap : pretty;
431+ }
432+
423433article img ,
424434article video {
425435 vertical-align : top;
You can’t perform that action at this time.
0 commit comments