diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 87d69ed..f82bce3 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -8,9 +8,9 @@ body { max-width: clamp(320px, 90%, 1000px); - /* additional recommendation */ margin: auto; padding-top: 1rem; /*font-size: 1.25rem;*/ line-height: 1.25; + background-color: black; }