@@ -11,7 +11,7 @@ const t = await getUiTranslator(currentLocale);
1111>
1212 <div class =" grid lg:row-span-2 grid-rows-subgrid" >
1313 <div >
14- <div class =" mb-md " >p5.js</div >
14+ <div class =" mb-5 " >p5.js</div >
1515 </div >
1616 <div
1717 class =" self-end w-28 max-w-full lg:w-32 text-accent-type-color lg:-top-2 relative"
@@ -20,7 +20,7 @@ const t = await getUiTranslator(currentLocale);
2020 </div >
2121 </div >
2222 <div >
23- <div class =" mb-md " id =" resources-footer-category" >{ t (" Resources" )} </div >
23+ <div class =" mb-5 " id =" resources-footer-category" >{ t (" Resources" )} </div >
2424 <ul aria-labelledby =" resources-footer-category" >
2525 <li ><a href =" /reference" >{ t (" Reference" )} </a ></li >
2626 <li ><a href =" /tutorials" >{ t (" Tutorials" )} </a ></li >
@@ -34,7 +34,7 @@ const t = await getUiTranslator(currentLocale);
3434 </div >
3535 <div class =" lg:col-span-2 grid grid-cols-subgrid" >
3636 <div >
37- <div class =" mb-md " id =" info-footer-category" >{ t (" Information" )} </div >
37+ <div class =" mb-5 " id =" info-footer-category" >{ t (" Information" )} </div >
3838 <ul aria-labelledby =" info-footer-category" >
3939 <li ><a href =" /download" >{ t (" Download" )} </a ></li >
4040 <li ><a href =" /contact" >{ t (" Contact" )} </a ></li >
@@ -44,7 +44,7 @@ const t = await getUiTranslator(currentLocale);
4444 </ul >
4545 </div >
4646 <div class =" lg:col-start-2 mt-xl lg:mt-0" >
47- <div class =" mb-md " id =" socials-footer-category" >{ t (" Socials" )} </div >
47+ <div class =" mb-5 " id =" socials-footer-category" >{ t (" Socials" )} </div >
4848 <ul aria-labelledby =" socials-footer-category" >
4949 <li ><a href =" https://github.com/processing/p5.js" >GitHub</a ></li >
5050 <li ><a href =" https://www.instagram.com/p5xjs/" >Instagram</a ></li >
0 commit comments