Skip to content

Commit

Permalink
feat: reduce padding of moment header
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtiffany committed Nov 12, 2024
1 parent fc8bd9f commit 16cbeba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/lib/components/Moment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,14 @@
& > section {
width: 100%;
height: 100%;
padding: var(--size-5);
padding: var(--size-5) var(--size-5) 0 var(--size-5);
margin: 0;
& h1 {
max-inline-size: none;
padding: var(--size-2);
}
& h2 {
max-inline-size: none;
margin-top: var(--size-2);
padding-top: var(--size-5);
margin-top: var(--size-5);
}
& ol {
& span {
Expand All @@ -143,7 +141,6 @@
gap: var(--size-1);
align-items: center;
/*justify-content: center;*/
padding-top: var(--size-4);
}
}
Expand Down

0 comments on commit 16cbeba

Please sign in to comment.