Skip to content

Commit

Permalink
Adjust Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Oct 8, 2024
1 parent 68bd795 commit 7dc08e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/report/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
}
h1 {
padding-left: 15px;
padding-left: 10px;
font-family: "DM Sans", sans-serif;
font-weight: 1000;
margin-top: 10px;
Expand All @@ -151,6 +151,7 @@
text-decoration: underline;
margin-top: 10px;
transform: translateY(-5px);
padding-right: 10px;
&:hover {
cursor: pointer;
Expand Down

0 comments on commit 7dc08e5

Please sign in to comment.