Formatting updates
This commit is contained in:
parent
382dce62f8
commit
fad5299ca9
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
@media (min-width: $largebp) {
|
@media (min-width: $largebp) {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
max-width: 560px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 20px;
|
font-size: 21px;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
max-width: 560px;
|
max-width: 560px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
.bottom-text {
|
.bottom-text {
|
||||||
color: $lightGray;
|
color: $lightGray;
|
||||||
font-size: 13px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 670px;
|
max-width: 590px;
|
||||||
margin: 25px auto 0;
|
margin: 25px auto 0;
|
||||||
|
|
||||||
@media (min-width: $largebp) {
|
@media (min-width: $largebp) {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue