Fix type in CSS

This commit is contained in:
Christian Wolf 2024-01-07 15:54:47 +01:00
parent 164d114bfb
commit 3a4f208914

View File

@ -286,7 +286,7 @@ h1 {
max-width: 100%;
}
h1, h2 h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
text-align: left;
}