Skip to content

Commit 41f7eb2

Browse files
committed
change podium heights
1 parent 5c4702d commit 41f7eb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@
317317

318318
.podium .athlete-name {
319319
font-size: 1.1rem;
320+
padding-bottom: 0.2rem; /* Looks better with decreased padding here. */
320321
}
321322

322323
@keyframes fadeInOut {
@@ -541,17 +542,17 @@
541542

542543
.podium-item.first {
543544
order: 2;
544-
height: 320px;
545+
height: 340px;
545546
}
546547

547548
.podium-item.second {
548549
order: 1;
549-
height: 300px;
550+
height: 320px;
550551
}
551552

552553
.podium-item.third {
553554
order: 3;
554-
height: 280px;
555+
height: 300px;
555556
}
556557

557558
.podium-item-lower {

0 commit comments

Comments
 (0)