Skip to content

Commit 80cd201

Browse files
committed
fix(tinder-swipe) Corrige defecto visualizacion edad en Firefox
Corrige defecto line-height en firefox. Según parece es un problema con la fuente (https://stackoverflow.com/a/10680517) Se elimina la propiedad y se alinea con last baseline
1 parent 42370fa commit 80cd201

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)