This commit is contained in:
2023-06-02 19:06:31 +02:00
parent e1951606c0
commit 5c1910292e
19 changed files with 0 additions and 0 deletions

28
.old/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;
}
}