Fix left column max width
This commit is contained in:
@@ -114,6 +114,9 @@
|
|||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
.left {
|
.left {
|
||||||
background-color: var(--bgColor2);
|
background-color: var(--bgColor2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.home:not(.fullWidth) .left {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user