feat: homepage adjustments
- remove padding on introduction - change showcase cards to stuff
This commit is contained in:
parent
d330ed886a
commit
47a408bd08
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue