Add gap for wide screens

This commit is contained in:
Cagatay Civici 2023-11-02 14:29:09 +03:00
parent 1d365fd480
commit a0f5dd6aa2
2 changed files with 24 additions and 5 deletions

View file

@ -4,7 +4,7 @@
</DocSectionText>
<div class="card flex flex-column align-items-center">
<p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down fadeout animation-duration-1000 animation-iteration-infinite" style="fontsize: 2rem"></i>
<i class="pi pi-angle-down fadeout animation-duration-1000 animation-iteration-infinite" style="fontsize: 2rem; margin-bottom: 30rem"></i>
<ScrollTop />
</div>
<DocSectionCode :code="code" />