Skip to content

Commit

Permalink
Merge pull request #281 from FroggyTaipei/master
Browse files Browse the repository at this point in the history
fix auth modal full page on desktop
  • Loading branch information
travishen authored Mar 2, 2020
2 parents f3cb101 + 8886d7c commit edfe3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AuthModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
}
.modal-container {
min-width: 360px;
max-width: 360px;
margin: 0px auto;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
Expand Down

0 comments on commit edfe3c2

Please sign in to comment.