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 */
.projects-section {
padding-top: 48px;
}
.projects-container { .projects-container {
margin-top: 4rem; margin-top: 4rem;
display: flex; display: flex;

View file

@ -68,7 +68,7 @@
<a href="https://github.com/pschwarzer20"><i class="fa-brands fa-github"></i></a> <a href="https://github.com/pschwarzer20"><i class="fa-brands fa-github"></i></a>
</div> </div>
</section> </section>
<section id="projects"> <section class="projects-section" id="projects">
<div class="projects-container"> <div class="projects-container">
<h1 data-i18n="projects_title"></h1> <h1 data-i18n="projects_title"></h1>
<div class="projects"> <div class="projects">