Skip to content

Commit

Permalink
Add spacing for download links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Feb 18, 2024
1 parent de8fc7e commit a9340e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/DataConverter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
--text-color-dark: #333;
}
.download-links {
display: inline-block;
padding: 8px;
}
.error,
#errorMessages {
color: var(--error-color);
Expand Down

0 comments on commit a9340e4

Please sign in to comment.