diff options
Diffstat (limited to 'src/components/PostHeader/PostHeader.module.scss')
| -rw-r--r-- | src/components/PostHeader/PostHeader.module.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/PostHeader/PostHeader.module.scss b/src/components/PostHeader/PostHeader.module.scss index 3db92da..33dc488 100644 --- a/src/components/PostHeader/PostHeader.module.scss +++ b/src/components/PostHeader/PostHeader.module.scss @@ -4,10 +4,13 @@ .wrapper { composes: grid from "@styles/layout/_grid.scss"; max-width: 100%; - margin-bottom: var(--spacing-md); position: relative; @include mix.media("screen") { + @include mix.dimensions("md") { + margin-bottom: var(--spacing-md); + } + @include mix.dimensions("lg") { --grid-gap: var(--spacing-lg); } |
