Center column

merge-requests/8/head
Bob Mottram 2020-10-01 11:21:25 +01:00
parent ef2ef02d96
commit de3e585b2c
1 changed files with 6 additions and 0 deletions

View File

@ -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%;
}