Fix mobile width
Co-authored-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
5b518ff9f1
commit
3dc4d78b26
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue