mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed flex stretching
This commit is contained in:
parent
6c40acc1f9
commit
ccc4443052
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
@include desktop {
|
@include desktop {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_container {
|
.header_container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue