do home shennanigan

This commit is contained in:
Sakooooo 2024-12-01 12:49:40 +04:00
parent 15009fcd63
commit f2206a3fa4
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1,5 +1,6 @@
--- ---
import Nav from "../components/nav.astro"; import Nav from "../components/nav.astro";
import Footer from "../components/footer.astro"
import Layout from "../layouts/Layout.astro"; import Layout from "../layouts/Layout.astro";
--- ---
@ -12,10 +13,10 @@ import Layout from "../layouts/Layout.astro";
<p> yap yap yap </p> <p> yap yap yap </p>
<p> yap yap yap </p> <p> yap yap yap </p>
<p> yap yap yap </p> <p> yap yap yap </p>
<p> yap yap yap </p> <p> yap yap yap </p>
<p> yap yap yap </p>
<p> todo make this extend to the bottom regardless if theres nothing</p> <p> todo make this extend to the bottom regardless if theres nothing</p>
</div> </div>
<Footer/>
</Layout> </Layout>
<style> <style>
.top { .top {
@ -26,5 +27,6 @@ import Layout from "../layouts/Layout.astro";
background-color: #222222; background-color: #222222;
margin: auto; margin: auto;
max-width: 90vw; max-width: 90vw;
min-height: 90vh;
} }
</style> </style>