hide hero cta on desktop
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user