diff --git a/index.html b/index.html index 5871dc9..4bc00c5 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,6 @@ /* Leave space for the sidebar */ flex: 1; /* Allow the content to grow */ - padding: 30px; overflow-y: auto; /* Allow scrolling if content overflows */ position: relative; @@ -239,7 +238,7 @@ /* Ensure it uses all available space */ width: 100%; /* Take up the full width of the content area */ - padding: 0; + margin-top: 30px; /* Remove extra padding */ overflow-y: auto; /* Allow vertical scrolling if needed */ @@ -352,7 +351,6 @@