pdf-quiz-generator/frontend
Daniel c60384d4b1 Fix landing page mobile responsiveness
- Feature cards: minmax(300px) → minmax(min(100%,280px)) to stack on mobile
- AI Scribe section: hardcoded 1fr 1fr → auto-fit responsive grid
- 6 icon boxes: hardcoded 1fr 1fr → auto-fit with 130px min
- Feature list: add overflow-wrap to prevent text overflow
- Contact form: name/email fields stack on narrow screens

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 01:26:33 +02:00
..
public Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
src Fix landing page mobile responsiveness 2026-04-05 01:26:33 +02:00
.dockerignore Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00
docker-entrypoint.sh Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
Dockerfile Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
index.html Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
nginx.conf Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
package-lock.json Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
package.json Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
vite.config.js Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00