Fixed CSS and request URLs

This commit is contained in:
2019-05-26 03:02:48 +10:00
parent 862abbdb31
commit f949617284
12 changed files with 62 additions and 62 deletions
+5 -5
View File
@@ -161,15 +161,15 @@ footer {
}
}
.panel.left, .panel.center {
.panel.right, .panel.center {
align-items: center;
}
.panel.left .warning, .panel.center .warning {
.panel.right .warning, .panel.center .warning {
align-self: stretch;
}
.panel.left form, .panel.center form {
.panel.right form, .panel.center form {
flex: 1;
display: flex;
flex-direction: column;
@@ -177,14 +177,14 @@ footer {
align-self: stretch;
}
.panel.left form button, .panel.center form button {
.panel.right form button, .panel.center form button {
align-self: stretch;
margin-top: .2em;
margin-bottom: .2em;
}
@media screen and (max-width: 480px) {
.panel.left h1, .panel.center h1 {
.panel.right h1, .panel.center h1 {
font-size: 16px;
}
}