Skip to content

Commit eec40be

Browse files
authored
Merge pull request #49 from keepsimpleio/chore/workout-paddings
chore: fix paddings of Workout page
2 parents 197b381 + 28cc95d commit eec40be

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/BrainAgeActivity/BrainAgeActivity.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
.result {
200200
flex-direction: column;
201-
width: 90vw;
201+
width: auto;
202202

203203
.minimal,
204204
.maximal {

src/components/Header/Header.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@
215215
padding: 0 1.4rem;
216216
height: 82px;
217217
background-color: #fff;
218-
z-index: 40;
219218
align-items: center;
220219
justify-content: center;
220+
z-index: 113;
221221

222222
.actions {
223223
display: block;

src/components/longevity/StrengthAndTimeCompression/StrengthAndTimeCompression.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
@media (max-width: 956px) {
136136
.strengthAndTimeCompression {
137137
background-size: auto;
138-
margin: 0 12px;
138+
margin: unset;
139+
padding: 20px;
139140

140141
.heading,
141142
.subHeading {

0 commit comments

Comments
 (0)