fix(coc): bump top padding to 50mm

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-17 02:04:52 -04:00
parent 22b06f47d9
commit edd52f16a7

View File

@@ -38,7 +38,7 @@
<style>
.fp-coc { font-family: Arial, sans-serif; font-size: 9pt; color: #000;
padding-top: 36mm; }
padding-top: 50mm; }
.fp-coc h1 { text-align: center; font-size: 20pt; margin: 0 0 10px 0; font-weight: bold; }
.fp-coc hr.heavy { border: 0; border-top: 2px solid #000; margin: 6px 0; }
.fp-coc table { width: 100%; border-collapse: collapse; margin-bottom: 6px; }