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