adding some basic flexbox stuff

This commit is contained in:
2023-11-26 10:49:31 +01:00
parent d52c99e6a8
commit 0bd0426686

View File

@@ -487,6 +487,15 @@
display: none; display: none;
} }
.theme-Baupm .columns {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.theme-Baupm .columns .column {
flex: 1 100%;
}
@media screen and (max-width: 899px) { @media screen and (max-width: 899px) {
.theme-Baupm #header { .theme-Baupm #header {
color: #999; color: #999;