diff --git a/public/index.html b/public/index.html index 155a668..023c254 100644 --- a/public/index.html +++ b/public/index.html @@ -174,6 +174,7 @@ .modal-body .field textarea:focus, .modal-body .field select:focus { border-color: var(--accent); } .modal-body .field textarea { min-height: 70px; resize: vertical; line-height: 1.6; } + .modal-body .field textarea#f-resume { min-height: 140px; } .modal-body .field-title input { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; border: none; background: transparent; padding: 0; } .modal-body .field-title input:focus { border-bottom: 2px solid var(--accent); } .modal-body .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }