This commit is contained in:
Felix Pankratz 2022-11-30 19:34:33 +01:00
parent 5f268efcae
commit 45fea4cb77
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ img {
width: 100%;
}
h1 {
h1, p {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 5px;
}