We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb2a9a commit b0ec987Copy full SHA for b0ec987
wp-content/themes/core/assets/pcss/login/login.pcss
@@ -10,7 +10,9 @@
10
11
.login {
12
display: flex;
13
+ flex-direction: column;
14
align-items: center;
15
+ justify-content: center;
16
width: 100%;
17
height: 100%;
18
position: relative;
@@ -53,10 +55,10 @@
53
55
54
56
.login #login {
57
58
+ max-width: none !important;
59
60
z-index: 1;
- margin-right: auto;
- margin-left: 0;
61
+ margin: 0 auto 0 0 !important;
62
padding: 80px 25px 100px;
63
overflow: hidden;
64
box-sizing: border-box;
@@ -68,7 +70,7 @@
68
70
}
69
71
72
@media (min-width: 960px) {
- width: 50%;
73
+ width: 50% !important;
74
75
76
0 commit comments