Skip to content

Commit

Permalink
padding left adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruffridge committed Jan 26, 2024
1 parent d8422aa commit 7123402
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
}
#welcome ol, #welcome ul {
padding-inline-start: 1.5em;
padding-inline-start: 1.7em;
}
#welcome h2 {
Expand All @@ -355,6 +355,10 @@
display: inline;
}
#welcome h3 {
margin-inline-start: .25em;
}
#header {
padding-top: 1.3em;
line-height: 1.15em;
Expand Down

0 comments on commit 7123402

Please sign in to comment.