tweak fonts

This commit is contained in:
j 2022-04-26 15:41:03 +01:00
parent 66427a6c37
commit 272a7b4bb1

View file

@ -150,6 +150,7 @@ p {
display: block; display: block;
width: 100%; width: 100%;
text-align: center; text-align: center;
font-family: 'PT Sans Narrow',sans-serif;
} }
} }
@ -164,6 +165,7 @@ p {
#title { #title {
.content { .content {
margin-top: 64px; margin-top: 64px;
text-align: center;
} }
} }
} }
@ -206,6 +208,7 @@ p {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
li { li {
font-family: 'PT Sans Narrow',sans-serif;
line-height: 1.5em; line-height: 1.5em;
font-size: 36px; font-size: 36px;
a, a:visited, a:active, a:hover { a, a:visited, a:active, a:hover {