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