diff --git a/public/index.html b/public/index.html index aec0864..5a17e3a 100644 --- a/public/index.html +++ b/public/index.html @@ -149,7 +149,7 @@ - Mastodon mascot holding a phone with mastodon mascot + Mastodon mascot holding a phone with mastodon mascot Mastodon - Microblogging @@ -159,7 +159,7 @@ - Piefed mascot holding a pie + Piefed mascot holding a pie Piefed - Community Forum @@ -169,7 +169,7 @@ - Pixelfed mascot holding camera + Pixelfed mascot holding camera Pixelfed - Photo Sharing @@ -179,7 +179,7 @@ - Bookwyrm mascot holding book + Bookwyrm mascot holding book Bookwyrm - Book Reviews @@ -189,7 +189,7 @@ - Default mascot holding laptop + Default mascot holding laptop Write Freely - Blogging @@ -199,7 +199,7 @@ - Default mascot holding laptop + Default mascot holding laptop Picsur - Image Hosting diff --git a/public/site-styles/style.css b/public/site-styles/style.css index 4061d98..9c601d8 100644 --- a/public/site-styles/style.css +++ b/public/site-styles/style.css @@ -420,8 +420,8 @@ } .service-icon img { - width: 100%; - height: 100%; + width: 60px; + height: 60px; object-fit: contain; display: block; }