Added home page and made pages statically served

This commit is contained in:
2025-01-25 15:29:24 +01:00
parent aaa828dfd3
commit 5614b594f4
14 changed files with 292 additions and 45 deletions

View File

@@ -17,7 +17,7 @@
margin-top: 30px;
}
@media screen and (max-width: 1200px) {
@media screen and (max-width: var(--mobile-width)) {
#about {
grid-template-columns: unset;
grid-template-rows: repeat(2, max-content);