Mess with the margins a little

This commit is contained in:
Emi Simpson 2022-11-11 19:32:48 -05:00
parent 156c703d3d
commit cbc18fce18
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 9 additions and 0 deletions

View File

@ -9,7 +9,16 @@ body {
color: white;
font-family: sans-serif;
}
h1 {
margin-top: 90px;
margin-bottom: 40px;
text-align: center;
}
p {
margin: 0 10%;
}
#thumbnails {
margin: 30px 10px;
display: flex;
flex-wrap: wrap;
gap: 30px;