Skip to content

Commit 769e85e

Browse files
committed
just test
1 parent 8fbf575 commit 769e85e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

assets/css/custom.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,6 @@
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

4220
body.fullwidth-about .layout--split {

0 commit comments

Comments
 (0)