We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaf91d commit 6604557Copy full SHA for 6604557
src/features/adviser/AdviserContainer.module.scss
@@ -2,21 +2,14 @@
2
position: sticky;
3
top: 80px;
4
width: 60%;
5
-
6
- z-index: 3;
+ z-index: 4;
7
min-height: 60px; // 2 lines of text
8
9
- margin-top: -45px;
10
- margin-bottom: 25px;
11
- margin-left: auto;
12
- margin-right: auto;
13
+ margin: -45px auto 25px;
14
display: flex;
15
justify-content: center;
16
17
- @media (max-width: 540px) {
+ @media (width <= 540px) {
18
margin-top: unset;
19
20
}
21
22
@@ -32,7 +25,6 @@
32
25
width: 100%;
33
26
height: 110%;
34
27
left: 0;
35
36
28
filter: blur(12px);
37
29
38
30
0 commit comments