Fix CSS indentation level

This commit is contained in:
J. Ryan Stinnett
2019-01-22 20:44:49 -06:00
parent b25c2efec5
commit 9d2bfdc0c0
3 changed files with 25 additions and 25 deletions
+14 -14
View File
@@ -15,26 +15,26 @@ limitations under the License.
*/
.mx_AuthPage {
width: 100%;
height: 100%;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
overflow: auto;
overflow: auto;
}
.mx_AuthPage h2 {
font-weight: 300;
margin-top: 32px;
margin-bottom: 20px;
font-weight: 300;
margin-top: 32px;
margin-bottom: 20px;
}
.mx_AuthPage_modal {
width: 300px;
min-height: 450px;
padding-top: 50px;
padding-bottom: 50px;
margin: auto;
width: 300px;
min-height: 450px;
padding-top: 50px;
padding-bottom: 50px;
margin: auto;
}