Adjust spacing

This commit is contained in:
Jan Jastrow 2023-06-16 15:03:47 +02:00
parent 6fff873d61
commit 38b82d7385
1 changed files with 6 additions and 1 deletions

View File

@ -33,9 +33,10 @@ body {
header {
display: flex;
flex-direction: column;
margin-bottom: 1em;
h1 {
margin: 0.25em;
margin: 0.1em;
text-align: center;
}
@ -48,6 +49,10 @@ header {
border-radius: 50%;
}
}
p {
text-align: center;
}
}
.list_links {