added min-height to <body>

used the height of .settings element.
This commit is contained in:
westtle 2024-02-07 12:48:55 +07:00
parent 146cf2edd8
commit 3b4963d77c

View file

@ -129,6 +129,7 @@ main,
body {
color: hsl(var(--color-1));
background-color: hsl(var(--color-2));
min-height: 21.875rem;
}
/* Settings */