sass: fix h1 position

Signed-off-by: André Almeida <andrealmeid@riseup.net>
This commit is contained in:
André Almeida 2019-05-22 20:29:32 -03:00
parent e47c5b42f2
commit 804956b175
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ body {
}
}
h1, h2, h3, h4, h5, h6 {
h2, h3, h4, h5, h6 {
display: flex;
align-items: center;
line-height: 1.3;