Skip to content

Commit

Permalink
impl - styles fix for login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobrien86 committed Oct 22, 2021
1 parent 642161a commit 7a69ae6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/Login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
}
.screen-text {
color: #fff;
bottom: 40px;
position: relative;
left: 0;
right: 0;
margin: auto;
width: calc(100% - 20px);
height: auto;
Expand Down Expand Up @@ -92,7 +96,7 @@
position: absolute;
left: 0;
right: 0;
top: -100px;
top: -20%;
bottom: 0;
margin: auto;
height: 50%;
Expand Down

0 comments on commit 7a69ae6

Please sign in to comment.