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