style: Reduce vertical space between video and badges on mobile

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 20:35:01 -07:00
parent 2f7fde163a
commit 06f3e15ce9

View file

@ -586,6 +586,10 @@ footer {
margin: 0;
}
.stats-container {
margin-top: 40px;
}
.hero h1 {
font-size: 2.2rem;
text-align: center;
@ -694,6 +698,10 @@ footer {
padding: 30px 0;
}
.stats-container {
margin-top: 25px;
}
.buttons {
gap: 8px;
}