Add header styles

This commit is contained in:
Fred Boniface 2022-10-28 21:36:25 +01:00
parent 319d85f912
commit 4db62df0d0
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ body {
padding-bottom: 10px;
width: 100%;
}
.content h2 {
color: var(--main-text-color);
text-align: center;
}
.content p {
width: 90%;
margin: auto;