Skip to content

Commit 4bab185

Browse files
Fix mobile responsiveness: 2x2 grid layout, code editor sizing, and ignore social media files
- Reverted multiple choice to 2x2 grid layout as requested - Fixed code editor collapsed issue with minimum height constraints - Added SOCIAL_MEDIA_POST.md to gitignore - Cleaned up stray js-challenge-lab directory
1 parent b7cea3a commit 4bab185

File tree

2 files changed

+230
-34
lines changed

2 files changed

+230
-34
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dist-ssr
1515
# Ignore subdirectory that was moved to root
1616
/js-challenge-lab
1717

18+
# Social media and documentation files
19+
SOCIAL_MEDIA_POST.md
20+
1821
# Editor directories and files
1922
.vscode/*
2023
!.vscode/extensions.json

0 commit comments

Comments
 (0)