Mobile: Fix feature-item width to full screen #21

Merged
btlogy merged 2 commits from 16.fix-mobile-width into main 2025-05-02 08:37:50 +00:00
Showing only changes of commit 3dc4d78b26 - Show all commits

View File

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