fix vertical centering for h2
This commit is contained in:
parent
479db56f6e
commit
72dae44b9a
4 changed files with 11 additions and 1 deletions
|
|
@ -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
|
|
@ -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
BIN
src/img/binding-nail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in a new issue