style: more compact spacing
This commit is contained in:
parent
89a0505526
commit
10d994f219
3 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -133,8 +133,8 @@ import now from '../constants/now.json'
|
|||
}
|
||||
|
||||
.introduction-section {
|
||||
/* padding: 0 1em; */
|
||||
p {
|
||||
margin: 0;
|
||||
font-size: var(--font-size-lg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue