This commit is contained in:
ntr
2019-12-23 11:01:36 +10:00
parent 445e8084e0
commit 90254f8294
8 changed files with 67 additions and 13 deletions
+16
View File
@@ -174,3 +174,19 @@ section {
}
}
.vbox {
.login {
display: flex;
flex-flow: column;
label {
line-height: initial;
}
.terms {
display: inline;
margin: 0 1em;
}
}
}
+1 -1
View File
@@ -164,7 +164,7 @@
// portrait menu or small size vertical in landscape
@media (max-width: 550px) and (max-height: 800px) {
@media (max-width: 550px) and (max-height: 800px) and (orientation: portrait) {
#mnml {
grid-template-columns: 1fr;
grid-template-rows: 1fr;