Skip to content

Commit 8181c6c

Browse files
committed
Fix right padding in blog posts
1 parent 45be23f commit 8181c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ article p {
244244
}
245245

246246
@media (min-width: 85rem) {
247-
.main-wrapper:not(.full-width) main:not(.blog-list-page main) {
247+
.main-wrapper:not(.full-width) main:not(.blog-wrapper main) {
248248
padding: 2rem 0 2rem 2rem;
249249
}
250250

@@ -254,7 +254,7 @@ article p {
254254
}
255255

256256
@media (min-width: 95rem) {
257-
.main-wrapper:not(.full-width) main:not(.blog-list-page main) {
257+
.main-wrapper:not(.full-width) main:not(.blog-wrapper main) {
258258
padding: 3rem 0 3rem 4rem;
259259
}
260260

0 commit comments

Comments
 (0)