generated from cms/tibi-docs
This commit is contained in:
@@ -48,9 +48,9 @@
|
|||||||
<div
|
<div
|
||||||
class="row"
|
class="row"
|
||||||
id="row-{i}"
|
id="row-{i}"
|
||||||
style="{row.noBottomMargin ? "margin-bottom: 0px;" : "" } {row.noTopMargin ? "margin-top: 0px;" : "" }"
|
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''} {row.noBottomMargin
|
||||||
|
? 'margin-bottom: 0px;'
|
||||||
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''}"
|
: ''} {row.noTopMargin ? 'margin-top: 0px;' : ''}"
|
||||||
>
|
>
|
||||||
{#if row.row.backgroundImage}
|
{#if row.row.backgroundImage}
|
||||||
<div class="background-image">
|
<div class="background-image">
|
||||||
|
|||||||
Reference in New Issue
Block a user