fix footer padding
This commit is contained in:
parent
f1d3b5e162
commit
f62d148b4e
5 changed files with 25 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
import Footer from "@src/components/Footer.astro";
|
||||
import BaseLayout from "@layouts/BaseLayout.astro";
|
||||
import Marquee from "@components/marquee/Marquee.astro";
|
||||
import FeatureList from "@src/components/featurelist/FeatureList.astro";
|
||||
|
@ -34,4 +35,5 @@ const title = "Quickshell";
|
|||
<FeatureList/>
|
||||
</section>
|
||||
</div>
|
||||
<Footer class="frontpage-footer"/>
|
||||
</BaseLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue