style(website): minor missing margin on mobile

This commit is contained in:
Elian Doran 2025-09-27 22:59:28 +03:00
parent e52eb9bcb0
commit c3250cfd72
No known key found for this signature in database

View File

@ -198,6 +198,10 @@ section.faq {
.details {
flex-basis: 50%;
flex-shrink: 0;
@media (max-width: 719px) {
margin-top: 1em;
}
}
&.horizontal {