Fix: on initial registration page, logo can be cut off (#258)

resolves issue https://github.com/ellite/Wallos/issues/179
This commit is contained in:
Dante Bradshaw
2024-03-30 02:48:17 -04:00
committed by GitHub
parent a3239cbea1
commit dde8695fb5
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.18.2";
?>
$version = "v1.18.3";
?>
+7 -1
View File
@@ -35,6 +35,12 @@ body, html {
}
}
@media (max-height: 768px) {
.content {
height: auto;
}
}
.container > header {
text-align: center;
}
@@ -116,4 +122,4 @@ input[type="checkbox"] {
display: block;
color: red;
margin-bottom: 20px;
}
}