Fix issues #30 and #31

This commit is contained in:
2025-02-09 21:08:02 +01:00
parent 69b34669b0
commit 3fc6d3e3df
98 changed files with 221 additions and 311 deletions

View File

@ -170,13 +170,13 @@ ul.no-bullets {
.flexrow .flex9 {
flex: 9;
}
.flexcol {
/*.flexcol {
display: flex;
flex-flow: column nowrap;
}
.flexcol > * {
flex: 1;
}
}*/
.flexcol .flex1 {
flex: 1;
}