Sticky footer to bottom of page
This commit is contained in:
parent
c61b471529
commit
69e9d63be7
2 changed files with 10 additions and 10 deletions
|
|
@ -9,6 +9,10 @@
|
|||
--links: #89b4fa;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 98%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
|
|
@ -139,11 +143,9 @@ table.system-info tr td:first-child {
|
|||
}
|
||||
|
||||
.page-container {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 250px;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 0;
|
||||
grid-row-gap: 0;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
}
|
||||
|
||||
.page-container > div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue