Skip to content

Commit de4ae0d

Browse files
committed
Fix post-wrapper-style in sm-devices.
1 parent a081f9e commit de4ae0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/components/_post-wrapper.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
padding: 0 2rem 2rem 2rem;
33
margin-top: calc(#{$top-navbar-height} - #{$main-content-top-spacing});
44
}
5+
6+
@include screen-max-sm {
7+
.post-wrapper {
8+
margin-top: $top-navbar-height;
9+
}
10+
}

0 commit comments

Comments
 (0)