aboutsummaryrefslogtreecommitdiff
path: root/src/components/PostElement.astro
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-10 21:36:35 +0300
committerValentin Popov <valentin@popov.link>2025-06-10 21:36:35 +0300
commit47a0acab13e2c7f55d4a600256c29ecca54fa3f3 (patch)
tree1c365b4615ba0bf43942f776cfe0860eb12de3e4 /src/components/PostElement.astro
parentf3cc07e92c8497347157b050a8e4b41d83e1fa9c (diff)
downloadpopov.link-47a0acab13e2c7f55d4a600256c29ecca54fa3f3.tar.xz
popov.link-47a0acab13e2c7f55d4a600256c29ecca54fa3f3.zip
style: enhance Header component and update SCSS imports
- 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.
Diffstat (limited to 'src/components/PostElement.astro')
-rw-r--r--src/components/PostElement.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PostElement.astro b/src/components/PostElement.astro
index 6ddf7c5..e213ce7 100644
--- a/src/components/PostElement.astro
+++ b/src/components/PostElement.astro
@@ -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;