older versions removed

This commit is contained in:
2023-03-07 16:37:24 +01:00
parent b459c933c1
commit a215e80fb2
40 changed files with 0 additions and 24606 deletions

28
css/home.css Normal file
View File

@@ -0,0 +1,28 @@
.content {
margin-block: auto;
}
.home {
font-size: 1.2rem;
}
.home section {
text-align: center;
}
.home a {
color: lightblue;
cursor: pointer;
text-decoration: underline;
}
#pgp {
cursor: pointer;
}
#pgpmobile {
display: none;
}
@media (max-width: 600px) {
#pgp {
display: none;
}
#pgpmobile {
display: inline-block;
}
}