2022-10-24 05:41:06 +04:00
|
|
|
body {
|
|
|
|
height: 75vh;
|
|
|
|
margin-top: 25vh;
|
|
|
|
}
|
2021-02-10 01:01:50 +04:00
|
|
|
|
|
|
|
header { position: relative; }
|
|
|
|
|
|
|
|
#logo { width: 100%; }
|
|
|
|
|
2022-10-19 21:02:07 +04:00
|
|
|
nav,
|
|
|
|
#services {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%; }
|
|
|
|
|
2021-11-16 01:49:11 +04:00
|
|
|
nav a:last-child { margin-left: .6rem; }
|
2021-02-10 01:01:50 +04:00
|
|
|
|
|
|
|
|
2022-09-23 00:27:33 +04:00
|
|
|
#services :is(a, span) { margin: .3rem; }
|
2021-03-11 18:34:17 +04:00
|
|
|
|
2021-02-10 03:21:42 +04:00
|
|
|
#services span a { margin: 0; }
|
|
|
|
|
2022-02-09 18:45:44 +04:00
|
|
|
@media screen and (max-width: 640px) {
|
2022-07-27 19:23:05 +04:00
|
|
|
#services { display: flex; flex-direction: column; } }
|