design: play with spacing

This commit is contained in:
2026-05-08 15:34:20 +02:00
parent a407891fe4
commit df0e3f48f0

View File

@@ -12,6 +12,7 @@ h1, h2, h3, h4, h5, h6 {
display: flex; display: flex;
/*gap: 20px;*/ /*gap: 20px;*/
padding-top: 5.78vw; /* hor spacing from line to heading top */ padding-top: 5.78vw; /* hor spacing from line to heading top */
margin-top: 2.25vw;
background-image: url("https://abanbytes.eu/upload/hero_bg_plain.svg"); background-image: url("https://abanbytes.eu/upload/hero_bg_plain.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -61,7 +62,7 @@ h1, h2, h3, h4, h5, h6 {
@media (max-width: 960px) { @media (max-width: 960px) {
.blocks { .blocks {
flex-direction: column; flex-direction: column;
padding-top: 18.17vw; padding-top: 19.29vw;
margin-top: 2.25vw; margin-top: 2.25vw;
margin-bottom: 2.25vw; margin-bottom: 2.25vw;
} }