Skip to content

Commit f8afd7e

Browse files
Fix frame loading and improve card layout
- Copy splice_frames to docs/ directory so frames are accessible via GitHub Pages - Change evidence-grid layout from multi-column to single column (1fr) - Each card now displays in its own row for better visibility and readability - Frames will now load properly in the interactive slider This addresses the layout issues where cards were too narrow in a 4-column layout and fixes the broken frame loading by making frames accessible to GitHub Pages.
1 parent 44e658f commit f8afd7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
.evidence-grid {
9898
display: grid;
99-
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
99+
grid-template-columns: 1fr;
100100
gap: 30px;
101101
margin: 40px 0;
102102
}
2.02 MB
1.99 MB
1.92 MB
1.99 MB
1.97 MB
2.01 MB
1.97 MB
1.95 MB
1.92 MB

0 commit comments

Comments
 (0)