0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

style: enhance Header component and update SCSS imports (#50)

- Improved the Header component by adding a site title with styling.
- Wrapped navigation links in a div for better structure.
- Updated SCSS imports across multiple components for consistency.
This commit is contained in:
2025-06-10 22:38:58 +04:00
committed by GitHub
parent f3cc07e92c
commit 34ce9f6162
4 changed files with 23 additions and 7 deletions

View File

@ -12,7 +12,7 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"
---
<style lang="scss">
@use "../scss/variables" as *;
@use "../scss/variables" as *;
small {
font-size: $fontSizeBase * 0.75;