Skip to content

Commit 90067ab

Browse files
kennethreitzclaude
andcommitted
Fix interlinear page header/nav width to match content
Removed 55% max-width constraints on page-header, breadcrumb, and chapter-nav so they span the full width of the interlinear-page container (90%). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d320d62 commit 90067ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kjvstudy_org/templates/chapter_interlinear.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
.page-header {
13-
max-width: 55%;
13+
max-width: 100%;
1414
margin-bottom: 1.5rem;
1515
}
1616

@@ -48,7 +48,7 @@
4848

4949
/* Breadcrumb */
5050
.breadcrumb {
51-
max-width: 55%;
51+
max-width: 100%;
5252
margin: 0 0 2rem 0;
5353
font-size: 0.9rem;
5454
color: var(--text-secondary);
@@ -70,7 +70,7 @@
7070

7171
/* Chapter navigation */
7272
.chapter-nav {
73-
max-width: 55%;
73+
max-width: 100%;
7474
display: flex;
7575
justify-content: space-between;
7676
align-items: center;

0 commit comments

Comments
 (0)