Last active
June 16, 2025 20:05
-
-
Save marstamyan/4d0187a22ddd10434e6590e49818d80a to your computer and use it in GitHub Desktop.
Additional CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*________________________ style live _____________________*/ | |
.single__tech, | |
.single__challenges { | |
display: flex; | |
align-items: center; | |
} | |
.single__intro { | |
display: flex; | |
align-items: center; | |
} | |
.single__intro-img { | |
display: flex; | |
align-items: center; | |
} | |
.single__intro-img img { | |
max-width: 620px; | |
width: 100%; | |
} | |
.single__challenges-img img { | |
max-width: 400px; | |
} | |
.socials__list { | |
justify-content: center; | |
gap: 20px; | |
} | |
.single__intro-img, | |
.single__intro-container { | |
align-items: center; | |
} | |
section.faq__block, | |
section.partner, | |
section.service, | |
section.solution, | |
section.about, | |
section.frontpage__intro, | |
section.single__tech, | |
section.single__challenges, | |
section.single__work, | |
section.single__intro, | |
section.contact { | |
padding-block: 4vh; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
} | |
.frontpage__intro-container { | |
width: 100%; | |
} | |
section.feedback, | |
section.partner { | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
overflow: hidden; | |
} | |
.loop-track .loop-item:nth-child(2n) { | |
position: relative; | |
top: 70px; | |
padding-bottom: 80px; | |
} | |
/*________________________ style live end _____________________*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment