1
0
dwelling-home/web/assets/css/index.css

22 lines
370 B
CSS
Raw Normal View History

2023-02-05 00:54:18 +04:00
body {
margin-top: 25vh;
min-height: 75vh; }
2023-02-05 00:54:18 +04:00
2024-06-19 03:09:33 +04:00
header.main {
align-items: center;
flex-direction: column; }
2023-02-05 00:54:18 +04:00
2024-06-19 03:09:33 +04:00
header.main svg { width: 100%; }
2023-02-05 00:54:18 +04:00
#services {
text-align: center;
width: 100%; }
#services :is(a, span) { margin: .3rem; }
#services span a { margin: 0; }
@media screen and (max-width: 640px) {
2024-06-19 03:09:33 +04:00
#services {
display: flex;
flex-direction: column; } }