mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set width of login_wrapper to 460px
This commit is contained in:
parent
61712715e0
commit
6ba69e0dca
|
@ -3,7 +3,7 @@ body { /* Add top padding for full-width layout */
|
|||
}
|
||||
#login_wrapper {
|
||||
margin: auto auto;
|
||||
width: 360px;
|
||||
width: 460px;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
#login_wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user