changed font style

This commit is contained in:
2021-12-16 10:27:46 +01:00
parent 713bdd6297
commit f2ba71aff5

View File

@@ -9,18 +9,19 @@ body {
a { a {
color: inherit; color: inherit;
font-size: 150%; font-size: 125%;
text-decoration: none; text-decoration: none;
letter-spacing: 2px;
} }
h3 { h3 {
font-size: 250%; font-size: 200%;
margin: 0; margin: 0;
} }
p { p {
margin: 0; margin: 0;
font-size: 175%; font-size: 150%;
} }
.divider { .divider {
@@ -94,7 +95,7 @@ p {
.navigation a { .navigation a {
padding-left: 2%; padding-left: 2%;
padding-right: 2%; padding-right: 2%;
font-size: 250%; font-size: 200%;
font-weight: bolder; font-weight: bolder;
} }