Skip to content

Commit 1b1cf03

Browse files
DavidLiedleclaude
andcommitted
Fix footer overlap with chapter navigation
Added proper spacing and clear floats to prevent footer from overlapping with navigation list. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 83b61b3 commit 1b1cf03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/css/custom.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
/* Custom styles for Reactive book */
22

3+
/* Ensure proper layout spacing */
4+
header {
5+
padding-bottom: 20px;
6+
}
7+
8+
footer {
9+
margin-top: 40px;
10+
padding-top: 20px;
11+
clear: both;
12+
}
13+
314
.book-nav {
415
margin-top: 20px;
516
padding-top: 20px;
617
border-top: 1px solid #e5e5e5;
18+
margin-bottom: 20px;
719
}
820

921
.book-nav h2 {
@@ -97,6 +109,8 @@ blockquote {
97109
/* Improve readability */
98110
section {
99111
max-width: 800px;
112+
padding-bottom: 40px;
113+
min-height: 400px;
100114
}
101115

102116
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)