From 77846acbd6c22c3bd1b377f8ce9596287038db31 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 17 Apr 2023 09:16:34 -0400 Subject: [PATCH] move sections styling --- src/lib/components/Section.svelte | 3 +++ src/lib/components/ShipEdit.svelte | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/lib/components/Section.svelte b/src/lib/components/Section.svelte index fe3edf6..39e9a51 100644 --- a/src/lib/components/Section.svelte +++ b/src/lib/components/Section.svelte @@ -15,9 +15,12 @@ grid-column: 1 / span 3 !important; align-items: baseline; gap: 1em; + margin-bottom: 1em; + background-color: var(--primary-background); } h2 { font-weight: bold; + font-size: var(--font-scale-12); } hr { flex: 1; diff --git a/src/lib/components/ShipEdit.svelte b/src/lib/components/ShipEdit.svelte index 242843f..ada6960 100644 --- a/src/lib/components/ShipEdit.svelte +++ b/src/lib/components/ShipEdit.svelte @@ -1,9 +1,7 @@ -
- - - - -
+ + + +