Added @media query for services section so it'll arrange links vertically on small screen.
This commit is contained in:
parent
9a974ee8dd
commit
73795b3755
@ -15,3 +15,7 @@ nav,
|
|||||||
#services a,
|
#services a,
|
||||||
#services span { margin: .3rem; }
|
#services span { margin: .3rem; }
|
||||||
#services span a { margin: 0; }
|
#services span a { margin: 0; }
|
||||||
|
|
||||||
|
@media screen and (max-width: 640px) {
|
||||||
|
#services { display: flex; flex-direction: column; }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user