Fix left column max width

This commit is contained in:
Robert Long 2021-12-13 11:24:35 -08:00
parent 211e732a2c
commit d007dfda0c

View File

@ -114,6 +114,9 @@
@media (min-width: 800px) {
.left {
background-color: var(--bgColor2);
}
.home:not(.fullWidth) .left {
max-width: 50%;
}