feat: homepage adjustments

- remove padding on introduction
- change showcase cards to stuff
This commit is contained in:
Ayo Ayco 2025-04-12 19:35:45 +02:00
parent d330ed886a
commit 47a408bd08

View file

@ -41,7 +41,7 @@ import now from '../constants/now.json'
<ul class="cards-section__grid"> <ul class="cards-section__grid">
<Card <Card
href="showcase" href="showcase"
title="Showcase" title="Stuff"
body="See links to my hobby projects" body="See links to my hobby projects"
/> />
<Card <Card
@ -133,7 +133,7 @@ import now from '../constants/now.json'
} }
.introduction-section { .introduction-section {
padding: 0 1em; /* padding: 0 1em; */
p { p {
font-size: var(--font-size-lg); font-size: var(--font-size-lg);
} }