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 b6498b3346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;