Added media queries for smaller devices.

This commit is contained in:
Adrian 2017-05-11 11:08:40 +02:00
parent 34741dc5db
commit 8757177d9e
1 changed files with 11 additions and 0 deletions

View File

@ -98,3 +98,14 @@ footer a {
text-transform: uppercase;
width: 100%;
}
@media (max-width: 700px) {
#services ul li {
width: 49%;
}
}
@media (max-width: 399px) {
#services ul li {
width: 100%;
}
}