do home shennanigan
This commit is contained in:
parent
15009fcd63
commit
f2206a3fa4
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue