Remove min-height from body styles

Cleaned up the CSS by removing the min-height property from the body. This helps ensure better responsiveness and layout flexibility across different screen sizes.
This commit is contained in:
Jeroen De Meerleer 2025-01-21 15:44:38 +01:00
parent 9d3e6a4e92
commit b9723a1741
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

View File

@ -17,7 +17,6 @@ body {
color: var(--sidebar-text-color); color: var(--sidebar-text-color);
font-family: var(--sidebar-font); font-family: var(--sidebar-font);
height: 100%; height: 100%;
min-height: 100vh;
header { header {
padding: 15px; padding: 15px;