Skip to content

Commit

Permalink
Update registration_style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
arielfayol37 authored Nov 21, 2023
1 parent 8443eee commit 9cf57ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astros/static/astros/css/registration_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
body.body {
background-color: black !important;
color:white;
overflow: hidden; /*To hide Scroll Bar*/
overflow: visible; /*To hide Scroll Bar*/
}

.landing-container {
Expand Down Expand Up @@ -197,4 +197,4 @@ input.form-control {
.registration-form {
width:90%;
}
}
}

0 comments on commit 9cf57ac

Please sign in to comment.