feat(home): add latest projects and posts section

This commit is contained in:
2025-08-27 17:06:26 +02:00
parent eb2bd6413d
commit f328bcbb54
2 changed files with 54 additions and 0 deletions

View File

@@ -24,6 +24,27 @@
display: none;
}
}
.latest-projects-posts {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 1rem;
margin-top: 5rem;
.project {
display: flex;
flex-direction: column;
margin: 1rem 30%;
gap: 1rem;
.title {
font-size: 1.2rem;
}
.description {
font-size: 1rem;
}
}
}
@media (max-width: 600px) {
#pgp {
display: none;