@@ -74,7 +74,7 @@ const year = new Date().getFullYear()
7474 id =" page-footer__hire-me-anchor"
7575 class:list ={ [
7676 styles .footerHireMeAnchor ,
77- " hidden uppercase hover:text-secondary hover:decoration-secondary focus:text-secondary focus:decoration-secondary after:content-['>']" ,
77+ " hidden uppercase hover:text-secondary hover:decoration-secondary focus:text-secondary focus:decoration-secondary after:ml-1 after: content-['>']" ,
7878 ]}
7979 aria-label =" Available Now. Hire Me"
8080 >
@@ -84,7 +84,7 @@ const year = new Date().getFullYear()
8484
8585 { /* Page footer Social Share links */ }
8686 <nav class ={ styles .footerSocial } aria-label =" Social links" >
87- <ul class:list ={ [styles .footerSocialList , ' m-0 p-0 list-none' ]} >
87+ <ul class:list ={ [styles .footerSocialList , ' mt-4 sm: m-0 p-0 list-none' ]} >
8888 {
8989 contactData .company .social
9090 .sort ((a , b ) => a .order - b .order )
@@ -96,19 +96,23 @@ const year = new Date().getFullYear()
9696 rel = " me"
9797 class :list = { [
9898 styles .footerSocialLink ,
99- ' flex items-baseline uppercase hover:text-secondary hover:decoration-secondary focus:text-secondary focus:decoration-secondary' ,
99+ ' group flex flex-col hover:text-secondary hover:decoration-secondary focus:text-secondary focus:decoration-secondary' ,
100100 ]}
101101 >
102- <span class = { styles .footerSocialIcon } >
103- <Icon name = { social .iconName } variant = " inherit" />
102+ <span class :list = { [styles .footerSocialHeaderRow , ' flex items-baseline' ]} >
103+ <span class = { styles .footerSocialIcon } >
104+ <Icon name = { social .iconName } variant = " inherit" />
105+ </span >
106+ <span class :list = { [styles .footerSocialPlatform , ' ml-2 mt-4 uppercase' ]} >
107+ { social .displayName }
108+ </span >
104109 </span >
105- <span class :list = { [styles .footerSocialPlatform , ' ml-2 mt-4' ]} >
106- { social .displayName }
110+ <span class :list = { [styles .footerSocialBlurb , ' font-serif leading-tight' ]} >
111+ <span class = { styles .footerSocialBlurbText } >
112+ { social .blurb }
113+ </span >
107114 </span >
108115 </a >
109- <div class :list = { [styles .footerSocialBlurb , ' font-serif leading-tight' ]} >
110- { social .blurb }
111- </div >
112116 </li >
113117 ))
114118 }
0 commit comments