Merge pull request #32 from andrealmeid/h1_flex

sass: fix h1 position
This commit is contained in:
Djordje Atlialp 2019-05-23 01:41:49 +02:00 committed by GitHub
commit fd6c0a27cc
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;