From b9723a17419e83f079ec9760ca0055d15df2ecae Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 21 Jan 2025 15:44:38 +0100 Subject: [PATCH] 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. --- assets/styles/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index c32eb78..fd13911 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -17,7 +17,6 @@ body { color: var(--sidebar-text-color); font-family: var(--sidebar-font); height: 100%; - min-height: 100vh; header { padding: 15px;