No right column display on mobile

merge-requests/8/head
Bob Mottram 2020-10-02 22:43:36 +01:00
parent b55629c17a
commit c78b9f9490
1 changed files with 2 additions and 1 deletions

View File

@ -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 {