Minor CSS changes

This commit is contained in:
Tom
2025-01-15 19:48:33 +00:00
parent 5a94aa760b
commit d1eae32e4c
2 changed files with 11 additions and 1 deletions

View File

@ -6,9 +6,9 @@ main {
grid-gap: 1rem;
justify-content: center;
text-align: center;
justify-self: center;
background-color: #fafafa;
width: 80%;
justify-self: center;
& .container {
border-color: grey;

View File

@ -4,6 +4,16 @@ body, h3 {
margin: 0;
}
body {
height: 100vh;
overflow: auto;
margin-top: 3em;
}
h3 {
margin-bottom: 2em;
}
section {
display: flex;
justify-content: space-between;