Fix faux bottom spacer not working
This commit is contained in:
parent
f110ac6812
commit
9022a3ee12
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue