Skip to content

Commit

Permalink
Fix: on initial registration page, logo can be cut off (#258)
Browse files Browse the repository at this point in the history
resolves issue #179
  • Loading branch information
DanteB918 committed Mar 30, 2024
1 parent a3239cb commit dde8695
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.18.2";
?>
$version = "v1.18.3";
?>
8 changes: 7 additions & 1 deletion styles/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ body, html {
}
}

@media (max-height: 768px) {
.content {
height: auto;
}
}

.container > header {
text-align: center;
}
Expand Down Expand Up @@ -116,4 +122,4 @@ input[type="checkbox"] {
display: block;
color: red;
margin-bottom: 20px;
}
}

0 comments on commit dde8695

Please sign in to comment.