generated from cms/tibi-docs
This commit is contained in:
parent
5504c5595a
commit
11062fc0fb
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user