Fix faux bottom spacer not working

This commit is contained in:
Lim Chee Aun 2022-12-19 00:19:34 +08:00
parent f110ac6812
commit 9022a3ee12

View file

@ -104,7 +104,8 @@ a.mention span {
font-size: 1.45em; font-size: 1.45em;
} }
.deck.padded-bottom .timeline > li:last-child { .deck.padded-bottom .timeline > li:last-child {
padding-bottom: 80vh; padding-bottom: 80vh !important;
padding-bottom: 80dvh !important;
} }
.timeline { .timeline {