Prevent aligned content in headings

This commit is contained in:
Christian Wolf 2024-01-07 10:54:15 +01:00
parent 85527b4467
commit 2af99042cd

View File

@ -280,6 +280,10 @@ h1 {
max-width: 100%;
}
h1, h2 h3, h4, h5, h6 {
text-align: left;
}
.to-top {
margin: 45px 0 0;
}