fixes
All checks were successful
deploy to production / deploy (push) Successful in 34s

This commit is contained in:
Robin Grenzdörfer 2023-09-08 13:49:47 +00:00
parent 5504c5595a
commit 11062fc0fb

View File

@ -48,9 +48,9 @@
<div
class="row"
id="row-{i}"
style="{row.noBottomMargin ? "margin-bottom: 0px;" : "" } {row.noTopMargin ? "margin-top: 0px;" : "" }"
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''}"
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''} {row.noBottomMargin
? 'margin-bottom: 0px;'
: ''} {row.noTopMargin ? 'margin-top: 0px;' : ''}"
>
{#if row.row.backgroundImage}
<div class="background-image">