Merge pull request 'Mobile: Fix feature-item width to full screen' (#21) from 16.fix-mobile-width into main
All checks were successful
Jekyll / jekyll (push) Successful in 45s
All checks were successful
Jekyll / jekyll (push) Successful in 45s
Reviewed-on: #21
This commit is contained in:
commit
ece09825bd
@ -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;
|
||||||
@ -118,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;
|
||||||
|
Loading…
Reference in New Issue
Block a user