diff --git a/class_registration_app/src/components/Home.vue b/class_registration_app/src/components/Home.vue index 07e5638..0db014d 100644 --- a/class_registration_app/src/components/Home.vue +++ b/class_registration_app/src/components/Home.vue @@ -48,10 +48,14 @@ } .backdrop { + position: fixed; + left: 0%; + top: 0%; height: 100vh; width: 100vw; background-image: url("https://today.uconn.edu/wp-content/uploads/2020/03/Aerial131009a125.jpg"); - background-size: contain; + background-size:cover; + background-repeat: no-repeat; } .logos {