fix login for styling

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-05-03 21:25:55 +00:00
parent 86dd966691
commit 1fe8491c38
3 changed files with 6 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ h1, h2, h3, h3, h4, h5, h6, p, a, label, button, input, select, td {
body {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr;
}
img.clickable {