Fix lint error (#4242)

This commit is contained in:
gillespi314 2022-02-16 14:36:14 -06:00 committed by GitHub
parent 0cc954b722
commit 0328494254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,14 +257,14 @@
}
}
@media (min-width: 1024px){
@media (min-width: 1024px) {
[purpose='demo-cta'] {
[purpose='demo-cta-text' ] {
white-space: normal;
}
}
}
@media (max-width: 994px){
@media (max-width: 994px) {
[purpose='demo-cta-container'] {
padding-left: 45px;
padding-right: 45px;