File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 1515 font-size : 20px ;
1616}
1717
18- /* Make 2-column layout wider for the about page */
19- body .wider-page .layout--split {
20- display : grid;
21- grid-template-columns : 320px 1fr ; /* wider sidebar + content */
22- column-gap : 48px ; /* space between sidebar and content */
23- max-width : 1400px !important ;
24- width : 95% !important ;
25- margin : 0 auto;
26- }
27-
28- /* Widen the content area */
29- body .wider-page .archive ,
30- body .wider-page .page__content {
31- max-width : 100% !important ;
32- width : 100% !important ;
33- }
34-
35- /* Optional: limit super-wide paragraphs */
36- body .wider-page .page__content p {
37- max-width : 1000px ;
38- }
39-
4018/* === Make 2-column layout wider for pages with 'fullwidth-about' class === */
4119
4220body .fullwidth-about .layout--split {
You can’t perform that action at this time.
0 commit comments