General improvements

This commit is contained in:
Henry Hiles 2023-08-17 19:53:36 -04:00
parent 500707844a
commit 562b2a4a30
3 changed files with 20 additions and 13 deletions

View file

@ -2,7 +2,7 @@ footer {
display: flex;
justify-content: center;
gap: 3rem;
padding: 0.8rem;
padding: 1.6rem;
background-color: var(--primary-1);
color: white;
}
@ -10,7 +10,7 @@ footer {
footer section {
display: flex;
flex-direction: column;
gap: 0.2rem;
gap: 0.3rem;
}
footer h3 {