No justify for info in post header

This commit is contained in:
Daniel Siepmann 2020-01-19 22:00:57 +01:00
parent 27ecd0fb2c
commit a50af27f02

View file

@ -139,4 +139,7 @@ main > section {
p {
text-align: justify;
}
header p {
text-align: inherit;
}
}