Fix left column max width
This commit is contained in:
parent
211e732a2c
commit
d007dfda0c
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@
|
|||
@media (min-width: 800px) {
|
||||
.left {
|
||||
background-color: var(--bgColor2);
|
||||
}
|
||||
|
||||
.home:not(.fullWidth) .left {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue