hide hero cta on desktop

This commit is contained in:
2025-05-14 18:05:12 +05:00
parent 0969e1dd00
commit 92cdb469db
3 changed files with 9 additions and 1 deletions

View File

@ -222,6 +222,11 @@ section.hero .hero--container .hero--img {
section.hero .hero--container .hero--cta {
width: fit-content;
}
@media (min-width: 1000px) {
section.hero .hero--container .hero--cta {
display: none;
}
}
.sponsor-logos {
padding-top: 78px;