diff --git a/SiteHelper.js b/SiteHelper.js index 62bb5fc..de09263 100644 --- a/SiteHelper.js +++ b/SiteHelper.js @@ -30,7 +30,7 @@ const MobileNavBarHTML = ` ` const FooterHTML = ` - +
CopyWealth Youtube Link diff --git a/digital-tools.html b/digital-tools.html index 45b6f51..0c4c8f9 100644 --- a/digital-tools.html +++ b/digital-tools.html @@ -28,11 +28,14 @@

Photography:

-

Graphics are important for your content. Pexels & Unsplash for Stock Images and Leonardo AI for Image Generation Here are the free photography tools i'm using:

+

Graphics are important for your content. Pexels & Unsplash for Stock Images and Leonardo AI & CividAI for Image Generation. Here are the free photography tools i'm using:

Leonardo AI + + CividAI + Pexels diff --git a/mobile.css b/mobile.css index 4c5e38c..e305561 100644 --- a/mobile.css +++ b/mobile.css @@ -64,6 +64,10 @@ display: none; } + .digitaltool { + height: 60px !important; + } + /* Footer */ .copyright { diff --git a/style.css b/style.css index 10614e5..498b2b9 100644 --- a/style.css +++ b/style.css @@ -299,7 +299,7 @@ p { .channels, .digitaltools { text-align: center; display: grid; - grid-template-columns: auto auto auto; + grid-template-columns: auto auto auto auto; } .channel, .digitaltool {