feat: add BlogPost styles using CSS modules, refactor BlogPost component for improved styling and structure

This commit is contained in:
2025-05-22 23:01:16 +02:00
parent b6894fac9b
commit 142772a08a
6 changed files with 916 additions and 111 deletions
-1
View File
@@ -103,7 +103,6 @@ body::before {
background-color: $primary-dark;
padding: 3rem 0;
border-top: 1px solid rgba(255, 100, 0, 0.2);
margin-top: 5rem;
}
.social-links {