some updates almost ready for v1

This commit is contained in:
2023-09-20 17:03:40 +02:00
parent 35d081abc4
commit 7c0a463917
18 changed files with 124 additions and 168 deletions

View File

@ -3,3 +3,18 @@
flex-direction: column;
margin: 2rem 8rem;
}
.content {
@media (max-width: 690px) {
margin: 2rem 2rem;
}
.pgpwrap {
word-break: break-all;
}
}
.contact {
h1 {
margin-bottom: 1rem;
}
}

View File

@ -33,7 +33,7 @@ html {
nav {
position: relative;
display: flex;
padding: 1rem;
padding: 1rem 2rem;
justify-content: space-between;
isolation: isolate;