fix padding on container

This commit is contained in:
Elizabeth Hunt 2024-03-26 23:53:42 -06:00
parent 6451109f3d
commit 8d65f4e230
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1
1 changed files with 1 additions and 1 deletions

View File

@ -33,9 +33,9 @@ a:hover {
.container {
max-width: 1600px;
margin: auto;
margin-top: 1rem;
background-color: var(--container-bg);
padding: 1rem;
opacity: 0.95;
}
hr {