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 Footer from "../components/footer.astro"
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
|
@ -13,9 +14,9 @@ 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> todo make this extend to the bottom regardless if theres nothing</p>
|
||||
</div>
|
||||
<Footer/>
|
||||
</Layout>
|
||||
<style>
|
||||
.top {
|
||||
|
@ -26,5 +27,6 @@ import Layout from "../layouts/Layout.astro";
|
|||
background-color: #222222;
|
||||
margin: auto;
|
||||
max-width: 90vw;
|
||||
min-height: 90vh;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue