add some margin + center align title

This commit is contained in:
meaz 2020-01-16 22:52:14 +01:00
parent 874571ae8f
commit 1f8c94c33a
1 changed files with 10 additions and 1 deletions

View File

@ -77,7 +77,16 @@ a:hover {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
justify-content: space-evenly;
}
#flex .three {
margin-left: 30px;
margin-right: 30px;
}
#flex h2 {
text-align: center;
}
.padding {