update contact information, adjust layout styles, and add data to skills/projects sections

This commit is contained in:
2026-04-05 13:47:49 +02:00
parent c767c0b1a0
commit c5e602e9f0
5 changed files with 38 additions and 25 deletions

View File

@@ -5,8 +5,12 @@
.content {
max-width: 1500px;
min-height: 100svh;
margin: 0 auto;
padding: 1.5rem 1.25rem 4rem;
padding: 1.5rem 1.25rem 3rem;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.sidebar {
@@ -90,7 +94,8 @@
}
.site-footer {
margin-top: 2rem;
margin-top: auto;
padding-top: 2rem;
text-align: center;
color: #8b949e;
}