Increase fontsize on mobile. Explicitly use Garamond
This commit is contained in:
parent
b06249161a
commit
0a5c23079d
|
@ -51,7 +51,7 @@ body {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
/* font-family: 'Source Serif Pro'; */
|
/* font-family: 'Source Serif Pro'; */
|
||||||
/* font-family: 'Times New Roman'; */
|
/* font-family: 'Times New Roman'; */
|
||||||
font-family: 'serif';
|
font-family: "Garamond", 'serif';
|
||||||
/* font-family: 'charter'; */
|
/* font-family: 'charter'; */
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
|
@ -70,7 +70,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
margin: 0.7em 0 1.2em 0.7em;
|
margin: 1em 0 1em 0.7em;
|
||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -383,6 +383,7 @@ img + em {
|
||||||
@media screen and (max-width: 1500px) {
|
@media screen and (max-width: 1500px) {
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
.hidden-mobile {
|
.hidden-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user