fix vertical centering for h2

This commit is contained in:
ReznoRMichael 2021-08-04 22:34:46 +02:00
parent 479db56f6e
commit 72dae44b9a
4 changed files with 11 additions and 1 deletions

View file

@ -239,6 +239,11 @@ h2 {
text-align: center; text-align: center;
margin: 1.8rem 0 0.6rem 0; margin: 1.8rem 0 0.6rem 0;
color: #fff; color: #fff;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
} }
h6 { h6 {

File diff suppressed because one or more lines are too long

View file

@ -131,6 +131,11 @@ h2 {
text-align: center; text-align: center;
margin: 1.8rem 0 0.6rem 0; margin: 1.8rem 0 0.6rem 0;
color: #fff; color: #fff;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
} }
h6 { h6 {

BIN
src/img/binding-nail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB