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:
parent
9d3e6a4e92
commit
b9723a1741
@ -17,7 +17,6 @@ body {
|
||||
color: var(--sidebar-text-color);
|
||||
font-family: var(--sidebar-font);
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
|
||||
header {
|
||||
padding: 15px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user