Hide left and right columns in mobile display of timeline

main
Bob Mottram 2020-10-01 11:34:32 +01:00
parent 3834342bba
commit e0cf4dc4b0
1 changed files with 2 additions and 0 deletions

View File

@ -1432,6 +1432,7 @@ aside .toggle-inside li {
.col-left {
float: left;
width: 0%;
display: none;
}
.col-center {
width: 100vw;
@ -1439,6 +1440,7 @@ aside .toggle-inside li {
.col-right {
float: right;
width: 0%;
display: none;
}
.column-right {
width: 0%;