article : add margin bottom footer
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
This commit is contained in:
parent
31f74fbecd
commit
d00b47ec3d
1 changed files with 45 additions and 43 deletions
|
|
@ -98,7 +98,8 @@
|
|||
</script>
|
||||
|
||||
<div class="article-wrapper">
|
||||
<article class="article">
|
||||
<div class="page-container">
|
||||
<article class="article">
|
||||
|
||||
<!-- Date + share buttons -->
|
||||
<div class="article-topbar">
|
||||
|
|
@ -142,7 +143,8 @@
|
|||
{#if data.related?.length}
|
||||
<ArticleRelated related={data.related} />
|
||||
{/if}
|
||||
</article>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<WhitePaperDialog uri={activeWhitePaperUri} onClose={() => activeWhitePaperUri = null} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue