changed fonts to be more consistent

This commit is contained in:
Alessandro Mauri 2020-08-20 09:24:28 +02:00
parent 977ad265b1
commit 6092c08762

View File

@ -30,12 +30,12 @@ tr:nth-child(odd) {
/* List styles */
li {
/*font-size: 1.25em;*/
font-size: 14;
}
/* Paragraphs and text */
p {
/*font-size: 1.25em;*/
font-size: 16;
padding-left: 20px;
padding-right: 20px;
}
@ -69,7 +69,7 @@ footer {
footer p {
padding: 10px;
margin: 0px;
/*font-size: 1em;*/
font-size: 12;
}
/* Header style */
@ -110,7 +110,7 @@ footer p {
height: 80px;
text-align: left;
line-height: 80px;
/*font-size: 1.25em;*/
font-size: 16;
border: 1px solid black;
overflow: hidden;
}