Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
rads560 committed Mar 6, 2021
1 parent 17b5847 commit d3c726d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Home/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
background-color: #210F52;
width: 100vw;
/*height: 100vh;*/

}


.welcome-logo {
display: flex;
flex: 1;
Expand Down Expand Up @@ -75,6 +73,7 @@
}

.welcome-column-label {
width: max-content;
display: flex;
flex-direction: column;
align-items: flex-end;
Expand Down

0 comments on commit d3c726d

Please sign in to comment.