Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #111 from robipop22/master
Browse files Browse the repository at this point in the history
Fix small resolution login buttons alignment
  • Loading branch information
danielailie authored Jul 6, 2021
2 parents c589178 + cc415d9 commit 1b96e1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions react-delegationdashboard/src/assets/styles/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,22 @@
}
}
}

@media (max-width: 560px) {
.home {
.login-container {
.card-body {
div {
&:last-child {
display: flex;
flex-direction: column;
align-items: center;
button {
margin: 16px 0;
}
}
}
}
}
}
}

0 comments on commit 1b96e1a

Please sign in to comment.