removed dotted background from .center

This commit is contained in:
Jafeth Garro 2024-09-06 14:13:33 -06:00
parent 72f4124a62
commit f6cfebc187

View file

@ -225,6 +225,7 @@ a {
margin-left: auto;
margin-right: auto;
width: $pageWidth;
background-color: var(--light);
@media all and (max-width: $fullPageWidth) {
width: initial;
margin-left: 0;