Skip to content

Commit 1343a09

Browse files
author
3aa49ec6bfc910647fa1c5a013e48eef
committed
Update styles in app.css and +page.svelte
1 parent 2ec08e6 commit 1343a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/website/src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
@tailwind utilities;
44

55
h1 {
6-
@apply text-xl font-bold underline pb-2;
6+
@apply text-xl font-bold pb-2;
77
}
88

99
h2 {
10-
@apply text-lg font-bold pb-1 pt-4;
10+
@apply text-lg font-bold pb-1 pt-2;
1111
}
1212

1313
ul {

src/website/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
});
7171
</script>
7272

73-
<div class="p-5">
73+
<div class="p-2">
7474
<h2>Log Files</h2>
7575
{#if finishedApiCalls == true}
7676
{#if logFiles.length == 0}

0 commit comments

Comments
 (0)