Fix mobile width

Co-authored-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Florian Sesser 2025-04-24 13:51:04 +00:00
parent 5b518ff9f1
commit 3dc4d78b26

View file

@ -57,6 +57,9 @@ body {
}
.feature__item {
@media (max-width: 37.5em) {
width: 100%;
}
background-color: #eee;
margin-bottom: 1em;
border-radius: 4px;