mirror of https://gitlab.com/bashrc2/epicyon
No right column display on mobile
parent
b55629c17a
commit
c78b9f9490
|
@ -991,7 +991,7 @@ aside .toggle-inside li {
|
|||
}
|
||||
.col-center {
|
||||
width: var(--column-center-width);
|
||||
background-color: var(--main-bg-color);
|
||||
background-color: var(--main-bg-color);
|
||||
}
|
||||
.col-right a:link {
|
||||
background: var(--column-left-color);
|
||||
|
@ -1517,6 +1517,7 @@ aside .toggle-inside li {
|
|||
display: none;
|
||||
}
|
||||
.column-right {
|
||||
display: none;
|
||||
width: 0%;
|
||||
}
|
||||
.column-center {
|
||||
|
|
Loading…
Reference in New Issue