Added border to mobile site
This commit is contained in:
parent
33f559261c
commit
6447ddc786
@ -25,15 +25,8 @@
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
#grid {
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
#main {
|
||||
flex-flow: column-reverse nowrap;
|
||||
|
||||
article {
|
||||
padding: 0 2vw;
|
||||
}
|
||||
}
|
||||
#services {
|
||||
flex-flow: row wrap;
|
||||
@ -50,7 +43,7 @@
|
||||
|
||||
a img {
|
||||
height: 5rem;
|
||||
width: 50vw;
|
||||
width: 48vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user