contactus-v2

This commit is contained in:
2026-06-15 09:22:16 +03:30
parent 1d046fa445
commit c1e58add50
3 changed files with 18 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
HERO HERO
═══════════════════════════════════════════ --> ═══════════════════════════════════════════ -->
<section class="hero-section"> <section class="hero-section">
<div class="container"> <div class="container-hero-section">
<div class="hero-card"> <div class="hero-card">
<div class="hero-circles" aria-hidden="true"> <div class="hero-circles" aria-hidden="true">
<div class="circle circle--1"></div> <div class="circle circle--1"></div>

View File

@@ -108,16 +108,23 @@
═══════════════════════════════════════════════════════ */ ═══════════════════════════════════════════════════════ */
@media screen and (max-width: 576px) { @media screen and (max-width: 576px) {
.hero-section { .hero-section {
padding-top: 24px; padding-bottom: 50px;
padding-bottom: 32px; }
.container-hero-section{
padding: 0 ;
}
.hero-card {
height: 400px;
border-radius: 0;
} }
.hero-content { .hero-content {
width: 100%; width: 100%;
} }
.contact-form-wrapper{
padding: 0;
}
.hero-h1 { .hero-h1 {
font-size: 20px; font-size: 24px;
line-height: 32px; line-height: 32px;
} }
.contact-social__icons { .contact-social__icons {

View File

@@ -7,15 +7,15 @@
margin: 0 auto; margin: 0 auto;
} }
main {
padding-bottom: 80px;
}
/* ═══════════════════════════════════════════════════════ /* ═══════════════════════════════════════════════════════
HERO HERO
═══════════════════════════════════════════════════════ */ ═══════════════════════════════════════════════════════ */
.container-hero-section{
max-width: 1240px;
padding: 0 20px;
margin: 0 auto;
}
.hero-section { .hero-section {
padding-top: 80px;
padding-bottom: 50px; padding-bottom: 50px;
} }
@@ -853,9 +853,6 @@ textarea {
/* ═══════════════════════════════════════════════════════ /* ═══════════════════════════════════════════════════════
MAP MAP
═══════════════════════════════════════════════════════ */ ═══════════════════════════════════════════════════════ */
.map-section {
padding-bottom: 80px;
}
.map-card { .map-card {
position: relative; position: relative;