feat(home): add version in footer

This commit is contained in:
plebeius.eth
2024-04-10 17:56:34 +02:00
parent 032a9fea33
commit 4614e5dbc4
2 changed files with 76 additions and 40 deletions
+16
View File
@@ -152,6 +152,22 @@
text-transform: capitalize;
}
.version {
text-align: center;
padding-top: 2em;
padding-bottom: 1em;
font-size: 11px;
}
.version a {
text-decoration: none;
color: unset;
}
.version a:hover {
text-decoration: underline;
}
@media (max-width: 640px) {
.content {
min-width: 0;