21 lines
356 B
CSS
21 lines
356 B
CSS
body { margin-top: 25vh; }
|
|
|
|
header { position: relative; }
|
|
|
|
#logo { width: 100%; }
|
|
|
|
nav a:last-child {
|
|
margin-left: .6rem; }
|
|
|
|
nav,
|
|
#services {
|
|
text-align: center;
|
|
width: 100%; }
|
|
|
|
#services a,
|
|
#services span { margin: .3rem; }
|
|
#services span a { margin: 0; }
|
|
|
|
@media screen and (max-width: 640px) {
|
|
#services { display: flex; flex-direction: column; }
|
|
} |