2021-02-10 01:01:50 +04:00
|
|
|
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; }
|
2021-02-10 03:21:42 +04:00
|
|
|
#services span a { margin: 0; }
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
#services { display: flex; flex-direction: column; }
|
|
|
|
}
|