add footer and transbian badge

This commit is contained in:
zyl 2024-10-29 11:12:36 -07:00
parent f20c6c1fd2
commit 0abc713a75
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
3 changed files with 27 additions and 0 deletions

View file

@ -6,6 +6,8 @@ body {
background-color: var(--bg-color);
color: var(--text-color);
height: 100vh;
display: flex;
flex-direction: column;
}
header.main-header {
@ -45,6 +47,14 @@ a {
}
}
hr {
width: 100%;
}
footer#footer {
margin: 8px;
}
abbr {
cursor: help;
}
@ -195,6 +205,10 @@ abbr {
float: right;
}
.flex-spacer {
flex-grow: 1;
}
#pet-counter {
position: fixed;
bottom: 4px;