hide hero cta on desktop
This commit is contained in:
@ -227,6 +227,9 @@ section.hero {
|
||||
|
||||
.hero--cta {
|
||||
width: fit-content;
|
||||
@media (min-width: 1000px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user