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