style: move h3 margin-bottom from inline to CSS
This commit is contained in:
@@ -84,13 +84,13 @@
|
||||
<button class="action-btn" id="sammlung-import-btn">Importieren</button>
|
||||
</div>
|
||||
|
||||
<h3 style="margin-bottom:0.5rem">Favoriten</h3>
|
||||
<h3>Favoriten</h3>
|
||||
<div id="sammlung-favoriten" style="display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem"></div>
|
||||
|
||||
<h3 style="margin-bottom:0.5rem">Verlauf (letzte 20)</h3>
|
||||
<h3>Verlauf (letzte 20)</h3>
|
||||
<div id="sammlung-history" style="display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem"></div>
|
||||
|
||||
<h3 style="margin-bottom:0.5rem">Farbschemata</h3>
|
||||
<h3>Farbschemata</h3>
|
||||
<div id="sammlung-schemata"></div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user