mirror of https://gitlab.com/bashrc2/epicyon
Hide left and right columns in mobile display of timeline
parent
3834342bba
commit
e0cf4dc4b0
|
@ -1432,6 +1432,7 @@ aside .toggle-inside li {
|
||||||
.col-left {
|
.col-left {
|
||||||
float: left;
|
float: left;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.col-center {
|
.col-center {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
@ -1439,6 +1440,7 @@ aside .toggle-inside li {
|
||||||
.col-right {
|
.col-right {
|
||||||
float: right;
|
float: right;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.column-right {
|
.column-right {
|
||||||
width: 0%;
|
width: 0%;
|
||||||
|
|
Loading…
Reference in New Issue