Add top padding to skills section to fix moveto

This commit is contained in:
Patrick Schwarzer 2025-10-08 11:05:22 +02:00
parent 51ea30d519
commit 36d2a07fe2
2 changed files with 5 additions and 1 deletions

View file

@ -359,6 +359,10 @@ body.light-mode .project a:hover {
/* skills Section */
.skills-section {
padding-top: 32px;
}
.skills-container {
margin-top: 6rem;
display: flex;