update styles hero text responsive
This commit is contained in:
parent
15f3fd4e73
commit
deddd1fcbe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ $landing-breakpoint: 1040px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-text {
|
.hero-text {
|
||||||
max-width: 500px;
|
max-width: 25rem;
|
||||||
|
|
||||||
@media (max-width: $landing-breakpoint) {
|
@media (max-width: $landing-breakpoint) {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
Loading…
Reference in a new issue