new menu design on small devices

This commit is contained in:
Luis 2017-06-17 18:39:03 +02:00
parent a06d69f06d
commit 3bf1825751
4 changed files with 6 additions and 6 deletions

View file

@ -35,14 +35,14 @@ twentytwenty-wrapper img {
@include breakpoint(small) {
.features {
li {
padding: 3em 3em 1em 3em;
padding: 1em;
h3,
p {
text-align: left;
}
}
}
}
}
}
/* Section Three */