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;
}
.form-container.card {
padding: 20px 15px;
.form-container.card {
padding: 20px 15px;
}
}
.who-we-are-section {
flex-direction: column-reverse;
}
@ -1625,7 +1625,6 @@ pre {
.capsule-header {
height: unset;
margin-top: 170px;
}
.footer-link {
@ -1666,12 +1665,15 @@ pre {
.roadmap-header-capsule {
margin: 0;
}
.capsule-yellow, .capsule-green, .capsule-grey {
margin: 0px;
}
.capsule-transparent {
margin: 5px 5px 0px 0px !important;
}
.hero-p {
font-size: 1.1rem;
}
@ -1680,22 +1682,28 @@ pre {
margin-top: 20vh;
margin-bottom: 20vh;
}
.video-background {
left: 50% !important;
}
.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%)
}
.carousel-title {
font-size: 1rem;
}
.footer-container {
flex-direction: column-reverse;
}
.footer-link {
font-size: 1rem !important;
margin-bottom: 10px;
}
.powered-header {
height: 50px;
}