Skip to content

Commit

Permalink
UI fixes for login & sign up button on small screens(#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketbansal authored and RishabhJain2018 committed May 9, 2019
1 parent bbaa60e commit 7e7ce24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
left: 0;
top: 0;
z-index: -1;
display: flex;
flex-direction: column;
overflow-x: hidden;
img {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ header {
display: block;
}
}
.btn {
margin-left:auto;
}
}

.navlinks {
Expand Down

0 comments on commit 7e7ce24

Please sign in to comment.