Fixed font on order page for mobile view. Changed from Lato-black to Montserrat-Bold
This commit is contained in:
parent
d8ef935fae
commit
a131489e8c
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ h6 {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.price-calc-section .text .section-heading {
|
.price-calc-section .text .section-heading {
|
||||||
font-family: 'Lato-Black';
|
font-family: 'Montserrat-Bold';
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
|
Loading…
Reference in a new issue