UNTER BAUSTELLE

This commit is contained in:
martyTF 2026-06-17 18:12:21 +02:00
parent 08510d9ccb
commit 93c19b1d81
7 changed files with 114 additions and 5 deletions

View file

@ -10,12 +10,22 @@
height: inherit;
}
/* - */
/* - */
/* - */
/* - */
/* - */
/* - */
.flexbox-h {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
/* - - - - - - */
.flexbox-v {
display: flex;
flex-wrap: wrap;
@ -35,4 +45,14 @@
#content {
flex-grow: 7;
min-width: 600px;
height: 70vh;
}
#content_embed {
width: 95%;
height: 100%;
}
#townsquare-root {
height: 20vh;
}