fix services top margin for mobile

This commit is contained in:
Anton Livaja 2025-03-18 07:05:05 -07:00
parent 1c593d6870
commit 2a5742c9a4
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 12 additions and 4 deletions

View File

@ -1586,10 +1586,10 @@ pre {
flex-direction: column; flex-direction: column;
} }
.form-container.card { .form-container.card {
padding: 20px 15px; padding: 20px 15px;
}
}
.who-we-are-section { .who-we-are-section {
flex-direction: column-reverse; flex-direction: column-reverse;
} }
@ -1625,7 +1625,6 @@ pre {
.capsule-header { .capsule-header {
height: unset; height: unset;
margin-top: 170px;
} }
.footer-link { .footer-link {
@ -1666,12 +1665,15 @@ pre {
.roadmap-header-capsule { .roadmap-header-capsule {
margin: 0; margin: 0;
} }
.capsule-yellow, .capsule-green, .capsule-grey { .capsule-yellow, .capsule-green, .capsule-grey {
margin: 0px; margin: 0px;
} }
.capsule-transparent { .capsule-transparent {
margin: 5px 5px 0px 0px !important; margin: 5px 5px 0px 0px !important;
} }
.hero-p { .hero-p {
font-size: 1.1rem; font-size: 1.1rem;
} }
@ -1680,22 +1682,28 @@ pre {
margin-top: 20vh; margin-top: 20vh;
margin-bottom: 20vh; margin-bottom: 20vh;
} }
.video-background { .video-background {
left: 50% !important; left: 50% !important;
} }
.gradient-overlay { .gradient-overlay {
background: linear-gradient(to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0) 25%, rgba(15, 15, 15, 0) 75%, #0f0f0f 100%), linear-gradient(to right, rgb(15, 15, 15) 0%, rgba(15, 15, 15, 0) 100%) background: linear-gradient(to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0) 25%, rgba(15, 15, 15, 0) 75%, #0f0f0f 100%), linear-gradient(to right, rgb(15, 15, 15) 0%, rgba(15, 15, 15, 0) 100%)
} }
.carousel-title { .carousel-title {
font-size: 1rem; font-size: 1rem;
} }
.footer-container { .footer-container {
flex-direction: column-reverse; flex-direction: column-reverse;
} }
.footer-link { .footer-link {
font-size: 1rem !important; font-size: 1rem !important;
margin-bottom: 10px; margin-bottom: 10px;
} }
.powered-header { .powered-header {
height: 50px; height: 50px;
} }