Skip to content

Commit 90c3e46

Browse files
committed
fix: footer height in light mode
1 parent a6be71e commit 90c3e46

2 files changed

Lines changed: 2 additions & 2123 deletions

File tree

src/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,6 @@ margin: 0; /* Remove default margin */
193193
flex: 1; /* Allow the main content to grow and push the footer down */
194194
display: flex;
195195
flex-direction: column;
196+
background-color: #fff;
197+
height: 100vh; /* Full height for the main content */
196198
}

0 commit comments

Comments
 (0)