move sections styling

docks66-json-schema
Yanick Champoux 2023-04-17 09:16:34 -04:00
parent c466631f27
commit 77846acbd6
2 changed files with 7 additions and 6 deletions

View File

@ -15,9 +15,12 @@
grid-column: 1 / span 3 !important; grid-column: 1 / span 3 !important;
align-items: baseline; align-items: baseline;
gap: 1em; gap: 1em;
margin-bottom: 1em;
background-color: var(--primary-background);
} }
h2 { h2 {
font-weight: bold; font-weight: bold;
font-size: var(--font-scale-12);
} }
hr { hr {
flex: 1; flex: 1;

View File

@ -1,9 +1,7 @@
<main> <Identification {...identification} />
<Identification {...identification} /> <Propulsion {...propulsion} />
<Propulsion {...propulsion} /> <Structure {...structure} />
<Structure {...structure} /> <Weaponry {...weaponry} />
<Weaponry {...weaponry} />
</main>
<script> <script>
import Identification from "./ShipEdit/Identification.svelte"; import Identification from "./ShipEdit/Identification.svelte";