This commit is contained in:
parent
083d228929
commit
fe8303b857
1 changed files with 4 additions and 2 deletions
|
@ -51,7 +51,6 @@
|
|||
}
|
||||
#flex {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
main {
|
||||
width: 100%;
|
||||
|
@ -68,7 +67,10 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
#container {
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
}
|
||||
#flex {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue