Update overall font size
This commit is contained in:
parent
2fe47bf0ee
commit
87e87cecee
@ -1,7 +1,7 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant');
|
@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant');
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 22px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -51,7 +51,7 @@ footer {
|
|||||||
|
|
||||||
@media all and (max-width: 500px) {
|
@media all and (max-width: 500px) {
|
||||||
html {
|
html {
|
||||||
font-size: 17px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user