Skip to content

Commit 0a6b571

Browse files
committed
Fix right padding in blog posts
1 parent 58a8f71 commit 0a6b571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)