Add more top padding to the projects section
This commit is contained in:
parent
36d2a07fe2
commit
6a193eb3ec
2 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue