Skip to content

Commit

Permalink
Css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A1821331 authored and A1821331 committed Jun 15, 2018
1 parent 0874c41 commit 701d77f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/addHours/addHours.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@media all and (min-width: 480px) {
.Login {
padding: 60px 0;
}

.Login form {
margin: 0 auto;
max-width: 320px;
min-height: 350px;
}
}

0 comments on commit 701d77f

Please sign in to comment.