added notches and footer
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
<div class="container">
|
||||
{#each entries as entry}
|
||||
{#if entry.fullWidth}
|
||||
<div class="entry-parent full-width">
|
||||
<div class="entry-parent full-width notched">
|
||||
{@render galleryEntry({entry})}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="entry-parent half-width">
|
||||
<div class="entry-parent half-width notched">
|
||||
{@render galleryEntry({entry})}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user