Adding more reactive pieces to our components.

This commit is contained in:
2025-09-12 13:52:35 -04:00
parent d2b9982f15
commit bfbdb3d95f
6 changed files with 320 additions and 122 deletions

View File

@ -24,6 +24,7 @@
{
width: 15%;
padding: 0px 20px;
order: 5;
h3
{

View File

@ -1,5 +1,7 @@
.blog_post_style
{
order: 1;
h1
{
color: var(--accent-color);
@ -28,7 +30,7 @@
box-shadow: 0 0 80px var(--accent-color);
}
}
}