Commit fea5f28
authored
Use flex column layout on <main> with min-h-screen so the footer
always stays at the bottom of the viewport. On long pages the footer
scrolls naturally after the content.
- Add flex flex-col to <main className="min-h-screen">
- Add flex-1 w-full to the main content wrapper div
Signed-off-by: Ai-chan-0411 (藍) <aoikabu12@gmail.com>
1 parent 50e3ec2 commit fea5f28
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments