style: more compact spacing

This commit is contained in:
Ayo Ayco 2025-04-13 02:18:21 +02:00
parent 89a0505526
commit 10d994f219
3 changed files with 3 additions and 4 deletions

View file

@ -46,7 +46,7 @@ const { href, title, rel, body, newTab = false } = Astro.props
.link-card > a { .link-card > a {
width: 100%; width: 100%;
text-decoration: none; text-decoration: none;
padding: 1em 1.3em; padding: 1em;
border-radius: 0.35rem; border-radius: 0.35rem;
background-color: white; background-color: white;
color: var(--text-color-dark); color: var(--text-color-dark);

View file

@ -38,7 +38,6 @@ const year = new Date().getFullYear()
<style> <style>
footer { footer {
margin-top: 2em;
padding: 0; padding: 0;
p { p {
font-size: var(--font-size-sm); font-size: var(--font-size-sm);
@ -80,7 +79,7 @@ const year = new Date().getFullYear()
p, p,
ul { ul {
margin: 0 0 1em; margin: 0;
line-height: 2em; line-height: 2em;
} }
} }

View file

@ -133,8 +133,8 @@ import now from '../constants/now.json'
} }
.introduction-section { .introduction-section {
/* padding: 0 1em; */
p { p {
margin: 0;
font-size: var(--font-size-lg); font-size: var(--font-size-lg);
} }