Skip to content

Commit 960db8e

Browse files
committed
Increase content width
1 parent 6d92d6d commit 960db8e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/css/custom.css

+14-4
Original file line numberDiff line numberDiff line change
@@ -170,20 +170,22 @@ p {
170170
line-height: 1.75;
171171
}
172172

173-
@media (min-width: 82.5rem) {
173+
@media (min-width: 90rem) {
174174
.main-wrapper:not(.full-width),
175175
.navbar__inner,
176176
.footer .container {
177-
max-width: 82.5rem;
177+
max-width: 90rem;
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: 1rem;
188+
padding-right: 3rem;
187189
}
188190
}
189191

@@ -193,7 +195,7 @@ p {
193195
}
194196

195197
.main-wrapper:not(.full-width) .container > .row > :first-child {
196-
padding-right: 3rem;
198+
padding-right: 5rem;
197199
}
198200
}
199201

@@ -397,6 +399,10 @@ p {
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
}
@@ -420,6 +426,10 @@ p {
420426
transform: scale(0.8);
421427
}
422428

429+
article {
430+
text-wrap: pretty;
431+
}
432+
423433
article img,
424434
article video {
425435
vertical-align: top;

0 commit comments

Comments
 (0)