mirror of https://gitlab.com/bashrc2/epicyon
Center column
parent
ef2ef02d96
commit
de3e585b2c
|
@ -946,6 +946,9 @@ aside .toggle-inside li {
|
||||||
.col-left {
|
.col-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.col-center {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.column-right {
|
.column-right {
|
||||||
width: var(--column-right-width);
|
width: var(--column-right-width);
|
||||||
}
|
}
|
||||||
|
@ -1427,6 +1430,9 @@ aside .toggle-inside li {
|
||||||
.col-left {
|
.col-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.col-center {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.column-right {
|
.column-right {
|
||||||
width: 0%;
|
width: 0%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue