change projects section philosophy + fix bug with load more btn

This commit is contained in:
Michi 2025-04-05 17:51:53 +02:00
parent ebe56d70a9
commit 0fe7cfa463
5 changed files with 47 additions and 7 deletions

View file

@ -411,8 +411,14 @@ nav.small .nav-links a:last-child:focus{
/* PROJECTS */
.projects{
margin-top: 30px;
text-align: center;
scroll-margin-top: calc(var(--navSmallHeight) + 20px);
scroll-margin-top: calc(var(--navSmallHeight) + 10px);
}
.projects-intro{
padding: 0 10px;
box-sizing: border-box;
}
.tag-filter{
@ -427,6 +433,10 @@ nav.small .nav-links a:last-child:focus{
}
.tag-filter.hidden{
display: none;
}
.tag{
background: var(--color);
color: var(--primary);
@ -457,7 +467,7 @@ nav.small .nav-links a:last-child:focus{
}
.project-list{
padding: 20px 0;
padding: 10px 0 20px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;