design: play with spacing

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

View File

@@ -12,7 +12,8 @@ h1, h2, h3, h4, h5, h6 {
display: flex;
/*gap: 20px;*/
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-repeat: no-repeat;
background-position: center top;
@@ -61,7 +62,7 @@ h1, h2, h3, h4, h5, h6 {
@media (max-width: 960px) {
.blocks {
flex-direction: column;
padding-top: 18.17vw;
padding-top: 19.29vw;
margin-top: 2.25vw;
margin-bottom: 2.25vw;
}