Dwelling/homepage/static/assets/css/index.css
2022-02-09 18:45:44 +04:00

24 lines
556 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; }
#services span.delimeter { margin: 0; width: 0; }
#services span.delimeter::after { content: '⋮'; }
@media screen and (max-width: 640px) {
#services { display: flex; flex-direction: column; }
#services span.delimeter { margin: 0 auto;}
#services span.delimeter::after { content: '⋯'; } }