Commit e208864
committed
jumbotron: move chapel image onto the header so it scrolls
The .bg div was position: fixed to support the (now-removed) parallax
effect. Without parallax, a fixed-position background bleeds through
behind page content as the user scrolls, since the body has no opaque
background of its own. Move the chapel image directly onto the
.jumbotron element and drop the .bg div; the header and its background
now scroll away together as expected.
https://claude.ai/code/session_01S5QXfkxZBNSAf2Y1XAD8H71 parent df0c85b commit e208864
2 files changed
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 43 | + | |
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
| |||
0 commit comments