Add more top padding to the projects section

This commit is contained in:
Claire Schwarzer 2025-10-08 11:12:29 +02:00
parent 36d2a07fe2
commit 6a193eb3ec
2 changed files with 5 additions and 1 deletions

View file

@ -261,6 +261,10 @@ body.light-mode .home-container a:hover {
}
/* projects Section */
.projects-section {
padding-top: 48px;
}
.projects-container {
margin-top: 4rem;
display: flex;