Skip to content

Commit

Permalink
Fix password error message for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlostorto committed Nov 1, 2023
1 parent 23545fa commit 2ef7815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/components/lockPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
background-color: var(--secondary);
color: var(--primary);
}

@media only screen and (max-width: 768px) {
#password-message {
left: 50%;
top: 450%;
transform: translate(-50%, -50%);
}
}
</style>

<?php include('../../components/navbar.php'); ?>
Expand Down

0 comments on commit 2ef7815

Please sign in to comment.