-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |