UNTER BAUSTELLE
This commit is contained in:
parent
08510d9ccb
commit
93c19b1d81
7 changed files with 114 additions and 5 deletions
20
boxes.css
20
boxes.css
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue