Commit Graph

4 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
ab589f2960 Fix PDF: full-height sidebar + space-between layout fills A4 page
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 57s
- Use height: 276mm (fixed) instead of min-height so sidebar fills page
- Add height: 100% + box-sizing: border-box on sidebar
- Add justify-content: space-between on .main to distribute sections
- Slightly larger fonts (10-12.5px) and spacing for readability
2026-04-19 18:39:56 +02:00
Henrik Jess Nielsen
9b1398fec5 fix: local dev port 9234, Nomad dynamic ports unchanged
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 35s
2026-04-19 17:29:42 +02:00
Henrik Jess Nielsen
40f9a65f5c fix: use pip3 instead of pip in Makefile
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 37s
2026-04-19 17:28:09 +02:00
Henrik Jess Nielsen
22e18fcf79 add: Makefile for local development
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 35s
- make run    → kør lokalt med Flask (port 5000)
- make docker-run → byg og kør i Docker
2026-04-19 17:27:26 +02:00