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 {
width: 100%;
text-decoration: none;
padding: 1em 1.3em;
padding: 1em;
border-radius: 0.35rem;
background-color: white;
color: var(--text-color-dark);

View file

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

View file

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