Merge pull request 'CSS Fix: My title is displayed at the wrong position on Webkit browsers' (#825) from quentin/Plume:pr/flex into main

Reviewed-on: #825
Reviewed-by: Mina Galić <me+git@igalic.co>
pull/827/head
Mina Galić 4 years ago
commit 003dcf861a

@ -40,7 +40,7 @@ main header.article {
display: flex;
flex-direction: column;
justify-content: end;
justify-content: flex-end;
h1, .article-info {
text-align: center;

Loading…
Cancel
Save