diff --git a/frontend/src/routes/Home.svelte b/frontend/src/routes/Home.svelte index 1d0ad1d..6e12e74 100644 --- a/frontend/src/routes/Home.svelte +++ b/frontend/src/routes/Home.svelte @@ -17,7 +17,7 @@
-

Get to know the Venome Lab!

+

Get to know the Venome Lab!

The Venome Lab is based out of OSU and studies three species of parasitic wasps and their proteins

There are so many wasps in there

@@ -70,7 +70,6 @@ } h3 { - margin: 5px; margin-bottom: 3px; margin-top: 10px; } @@ -94,7 +93,7 @@ .col { margin: 0% 0.5%; - padding: 1%; + padding: 2%; background-color:aliceblue; } @@ -119,12 +118,13 @@ } ul li { - margin-left: 3%; + margin-left: 7%; list-style-type: circle; } input { margin-bottom: 15px; } + \ No newline at end of file