@@ -22,8 +22,8 @@ const variants = {
2222 unstyled : '' ,
2323 h1 : 'text-3xl leading-earthy lg:leading-misty pt-4 mb-6 lg:mb-12 text-balance' ,
2424 h2 : `text-xl leading-earthy lg:leading-misty mb-4 lg:mb-8 text-balance` ,
25- h3 : `text-lg leading-lofty mt-4 mb-8 text-balance` ,
26- h4 : 'text-md mt-2 mb-4 text-balance' ,
25+ h3 : `text-lg leading-lofty mt-10 mb-4 text-balance` ,
26+ h4 : 'text-md mt-4 mb-2 text-balance' ,
2727 h5 : 'text-md text-balance' ,
2828 h6 : 'text-base text-balance' ,
2929 h7 : 'text-xs leading-earthy text-balance' ,
@@ -59,7 +59,7 @@ const variants = {
5959 overline : 'text-md mb-2 text-pretty' ,
6060 ingress : 'text-md mt-5 mb-5 first:mt-0 last:mb-6 text-pretty' , //last:mb-10
6161 eyebrow : 'text-xs font-medium uppercase text-pretty' ,
62- body : 'my-5 first:mt-0 last:mb-0 [:where(h2+*,h3+*)]:mt-0 text-base text-pretty' ,
62+ body : 'my-6 first:mt-0 last:mb-0 [:where(h2+*,h3+*)]:mt-0 text-base text-pretty' ,
6363 small :
6464 'text-sm my-5 first:mt-0 last:mb-0 [:where(h2+*,h3+*)]:mt-0 text-pretty' ,
6565 simple : 'text-base text-pretty' ,
@@ -83,7 +83,7 @@ const variants = {
8383 lg:ms-layout-lg` ,
8484 body : `
8585 text-pretty
86- my-5
86+ my-6
8787 :not-only-child:first:mt-0
8888 :not-only-child:last:mb-0
8989 me-layout-sm
0 commit comments