Added @media query for services section so it'll arrange links vertically on small screen.
This commit is contained in:
parent
9a974ee8dd
commit
73795b3755
@ -14,4 +14,8 @@ nav,
|
||||
|
||||
#services a,
|
||||
#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