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

21 lines
357 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; }
nav,
#services {
text-align: center;
width: 100%; }
#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) {
2021-03-11 18:34:17 +04:00
#services { display: flex; flex-direction: column; } }