File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9797 @apply font-headline text-lg md:text-xl leading-relaxed;
9898}
9999
100- .font-lead {
101- @apply text-lg md:text-xl leading-relaxed text-gray-700 ;
100+ .font-p {
101+ @apply text-sm md:text-base leading-relaxed;
102102}
103103
104- .font-p {
105- @apply text-sm md:text-base leading-relaxed text-gray-700;
104+ .lead {
105+ @apply text-lg md:text-xl leading-relaxed text-gray-700;
106106}
107107
108108.label-uppercase {
Original file line number Diff line number Diff line change 1010 < span class ="font-headline font-bold text-primary ml-2 pb-px "> CRYPTOMATOR HUB</ span >
1111 </ div >
1212 < h1 class ="font-h1 mb-6 "> {{ i18n "hub_header_title" . | safeHTML }}</ h1 >
13- < p class ="font- lead mb-6 "> {{ i18n "hub_header_description" . | safeHTML }}</ p >
13+ < p class ="lead mb-6 "> {{ i18n "hub_header_description" . | safeHTML }}</ p >
1414 < div class ="flex flex-col md:flex-row gap-6 mb-4 ">
1515 < div class ="flex flex-col gap-2 ">
1616 < p class ="block uppercase tracking-wide text-gray-700 text-xs font-bold "> {{ i18n "hub_header_managed_title" . }}</ p >
You can’t perform that action at this time.
0 commit comments