jekyll build from Action 20b46587ee
This commit is contained in:
@@ -8047,16 +8047,27 @@ input[type=range]::-ms-thumb {
|
||||
}
|
||||
}
|
||||
body {
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
max-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
main {
|
||||
height: calc(100vh - 180px);
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: sticky !important;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: var(--dark, #333);
|
||||
color: var(--white, #fff);
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user