Fix mobile width
Co-authored-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
5b518ff9f1
commit
3dc4d78b26
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ body {
|
|||
}
|
||||
|
||||
.feature__item {
|
||||
@media (max-width: 37.5em) {
|
||||
width: 100%;
|
||||
}
|
||||
background-color: #eee;
|
||||
margin-bottom: 1em;
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue