mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-09-22 11:35:33 -05:00
content screen height fix
This commit is contained in:
@@ -193,6 +193,16 @@ tr {
|
||||
position: unset !important;
|
||||
}
|
||||
|
||||
.growBottom {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.growBottom :last-child {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.header h1 {
|
||||
display: inline-block;
|
||||
transition: .4s;
|
||||
|
||||
Reference in New Issue
Block a user