feat: version and back button

This commit is contained in:
httpjamesm
2022-12-28 11:33:26 -05:00
parent 3398ba637b
commit 504144c94b
6 changed files with 43 additions and 8 deletions

View File

@ -90,6 +90,15 @@ img {
font-size: .8rem;
}
.logo-link {
text-decoration: none;
}
.logo {
width: 2rem;
height: 2rem;
}
@media only screen and (max-width: 800px) {
body {
padding-left: 1rem;