Skip to content

Commit 04b59f2

Browse files
authored
Merge pull request #69 from kampyacr/fix/line-height_Firefox
fix(tinder-swipe) Corrige defecto visualizacion edad en Firefox
2 parents 42370fa + 80cd201 commit 04b59f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

01-tinder-swipe/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h2>Leila <span>27</span></h2>
229229
position: absolute;
230230
inset: 0;
231231
display: flex;
232-
align-items: flex-end;
232+
align-items: last baseline;
233233
height: 100%;
234234
width: 100%;
235235
padding: 16px;
@@ -242,7 +242,6 @@ <h2>Leila <span>27</span></h2>
242242
& span {
243243
margin-left: 6px;
244244
font-size: 18px;
245-
line-height: 1.4;
246245
font-weight: 400;
247246
}
248247
}

0 commit comments

Comments
 (0)