Fixed text alignment in privacy policy.

This commit is contained in:
BurnyLlama 2021-07-26 23:30:10 +02:00
parent 05c649e828
commit 32f76853c4

View File

@ -15,7 +15,9 @@ header {
} }
h2 { h2 {
margin-top: 1rem; margin: 1rem 0 0 0;
width: auto;
text-align: left;
} }
p { p {