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;
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;

View File

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