Dwelling/homepage/static/assets/css/index.css

18 lines
354 B
CSS
Raw Normal View History

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; }
2021-02-10 01:01:50 +04:00
nav,
#services { text-align: center; width: 100%; }
2021-02-10 01:01:50 +04:00
#services a,
#services span { margin: .3rem; }
2021-03-11 18:34:17 +04:00
#services span a { margin: 0; }
@media screen and (max-width: 640px) {
2022-07-27 19:23:05 +04:00
#services { display: flex; flex-direction: column; } }