We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 197b381 + 28cc95d commit eec40beCopy full SHA for eec40be
3 files changed
src/components/BrainAgeActivity/BrainAgeActivity.module.scss
@@ -198,7 +198,7 @@
198
199
.result {
200
flex-direction: column;
201
- width: 90vw;
+ width: auto;
202
203
.minimal,
204
.maximal {
src/components/Header/Header.module.scss
@@ -215,9 +215,9 @@
215
padding: 0 1.4rem;
216
height: 82px;
217
background-color: #fff;
218
- z-index: 40;
219
align-items: center;
220
justify-content: center;
+ z-index: 113;
221
222
.actions {
223
display: block;
src/components/longevity/StrengthAndTimeCompression/StrengthAndTimeCompression.module.scss
@@ -135,7 +135,8 @@
135
@media (max-width: 956px) {
136
.strengthAndTimeCompression {
137
background-size: auto;
138
- margin: 0 12px;
+ margin: unset;
139
+ padding: 20px;
140
141
.heading,
142
.subHeading {
0 commit comments