Skip to content

Commit 7589316

Browse files
committed
Remove leading space from inventory header titles in checklist.html, recepies.html, and shop.html
1 parent 1d9c4a9 commit 7589316

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

checklist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h1><span>Fridge</span>Sort</h1> <!-- Logo text -->
338338
</div>
339339

340340
<div class="inventory-header">
341-
<h2> Aktueller Bestand</h2>
341+
<h2>Aktueller Bestand</h2>
342342
<hr/>
343343
</div>
344344

recepies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1><span>Fridge</span>Sort</h1> <!-- Logo text -->
166166
</div>
167167

168168
<div class="inventory-header">
169-
<h2> Rezeptvorschläge</h2>
169+
<h2>Rezeptvorschläge</h2>
170170
<hr/>
171171
</div>
172172

shop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h1><span>Fridge</span>Sort</h1> <!-- Logo text -->
342342
</div>
343343

344344
<div class="inventory-header">
345-
<h2> Aktuelle Einkaufsliste</h2>
345+
<h2>Aktuelle Einkaufsliste</h2>
346346
<hr/>
347347
</div>
348348

0 commit comments

Comments
 (0)