17 lines
260 B
CSS
17 lines
260 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; }
|