Skip to content

Commit a3bc508

Browse files
jamezpclaude
andcommitted
Fix CSS syntax error - add missing media query wrapper
Adds missing @media query wrapper for responsive rules that were causing syntax error. Properly wraps mobile-specific styles for checklist and footer navigation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 5bf59d6 commit a3bc508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ footer#projsubnav_footer .notch {
692692
/* ============================================
693693
RESPONSIVE
694694
============================================ */
695-
695+
@media (max-width: 768px) {
696696
#proj_checklist ul {
697697
grid-template-columns: 1fr !important;
698698
}

0 commit comments

Comments
 (0)