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;

View file

@ -122,7 +122,7 @@
</div>
</div>
</section>
<section id="skills">
<section class="skills-section" id="skills">
<div class="skills-container">
<h1 data-i18n="skills_title"></h1>
<ul>