diff --git a/styles/index.css b/styles/index.css index b9230f1..aea0dc3 100644 --- a/styles/index.css +++ b/styles/index.css @@ -48,7 +48,7 @@ body{ /* this ones jut some temporary shit i whipped up on a css gradient maker */ background: rgb(34,246,231); background: linear-gradient(42deg, rgba(34,246,231,1) 0%, rgba(10,218,57,1) 46%, rgba(16,125,37,1) 100%); - height:100% + height:fit-content; } p { color: white; @@ -104,7 +104,6 @@ input{ width:90%; padding: 20px; flex-direction: column; - margin-top: 390px; } #aboutP{ color:black;