@@ -526,6 +526,12 @@ navbarPage(
526526 padding: 12px;
527527 margin-bottom: 10px;
528528 box-shadow: 0 2px 6px rgba(0,0,0,0.04);
529+
530+ min-height: 100px;
531+
532+ display: flex;
533+ flex-direction: column;
534+ justify-content: center;
529535 }
530536
531537 .tarpuy-card-title {
@@ -554,13 +560,19 @@ navbarPage(
554560
555561 column(
556562 width = 8 ,
557- h3(
558- style = " margin-top:0px; margin-bottom:4px;" ,
559- icon(" seedling" ),
560- " PLEX – Experimental Plan"
561- ),
562- tags $ small(
563- " Configure your experimental plan and generate all required sheets."
563+
564+ div(
565+ class = " tarpuy-card" ,
566+
567+ div(
568+ style = " font-size:22px; font-weight:600; line-height:1.15;margin-bottom:10px;" ,
569+ icon(" seedling" ),
570+ " Experimental Plan - PLEX"
571+ ),
572+
573+ tags $ small(
574+ " Configure your experimental plan and generate all required sheets."
575+ )
564576 )
565577 ),
566578
@@ -777,7 +789,7 @@ navbarPage(
777789
778790 div(
779791 class = " tarpuy-card" ,
780- div(class = " tarpuy-section-title" , icon(" chevron-down " ), " Advanced Information (optional)" ),
792+ div(class = " tarpuy-section-title" , icon(" circle-plus " ), " Advanced Information (optional)" ),
781793
782794 div(
783795 style = "
@@ -860,9 +872,9 @@ navbarPage(
860872 div(
861873 class = " tarpuy-card" ,
862874 div(
863- style = " font-size:22px; font-weight:600; line-height:1.15;" ,
875+ style = " font-size:22px; font-weight:600; line-height:1.15;margin-bottom:10px; " ,
864876 icon(" book" ),
865- " FIELDBOOK GENERATOR "
877+ " Fieldbook Generator "
866878 ),
867879 tags $ small(" Generate and validate fieldbooks from the design sheet" )
868880 ),
0 commit comments