BUGFIX: better spacing

This commit is contained in:
Jeroen De Meerleer 2021-08-06 10:02:12 +02:00
parent f9cdcdc7c6
commit 942c591403
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,7 @@ body {
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
header {
@ -54,7 +55,6 @@ body {
flex-wrap: wrap;
justify-content: space-around;
list-style: none;
margin: 0;
padding: 0;
}
}