Apply same media fix for grid item
All checks were successful
Jekyll / jekyll (pull_request) Successful in 47s
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 17s

Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2025-05-02 10:27:49 +02:00
parent 3dc4d78b26
commit 1a9c660411

View File

@ -121,6 +121,9 @@ body {
} }
.grid__item { .grid__item {
@media (max-width: 37.5em) {
width: 100%;
}
background-color: #ccc; background-color: #ccc;
padding: 0.5em; padding: 0.5em;
border-radius: 4px; border-radius: 4px;