From 8f3635908d551fb0275f802568c90504d3b201b4 Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Thu, 28 May 2026 19:49:51 +0200 Subject: [PATCH] =?UTF-8?q?Frise=20:=20augmenter=20la=20hauteur=20par=20d?= =?UTF-8?q?=C3=A9faut=20du=20champ=20R=C3=A9sum=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- public/index.html | 1 + 1 file changed, 1 insertion(+) 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; }