We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd77c9 + 0f8f153 commit e979b8dCopy full SHA for e979b8d
2 files changed
src/components/StoryCards/HighlightedStoryCard.module.scss
@@ -3,10 +3,11 @@
3
display: flex;
4
align-items: flex-end;
5
min-height: 500px;
6
- margin: (-$spacing-8) (-$spacing-5) $spacing-7;
+ margin: (-$spacing-8) (-$spacing-4) $spacing-7;
7
8
@include tablet-up {
9
height: 500px;
10
+ margin: (-$spacing-8) (-$spacing-5) $spacing-7;
11
}
12
13
@include desktop-up {
src/modules/Header/ui/Header.module.scss
@@ -4,7 +4,7 @@ $header-height: 88px;
background: var(--prezly-header-background-color);
min-height: $header-height;
- z-index: 2;
+ z-index: 3;
.header {
0 commit comments