diff --git a/main.css b/main.css index 3568356..f106b95 100644 --- a/main.css +++ b/main.css @@ -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; }