From 5f9750829277e32bc89f5d96eac2dcacc79404d8 Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Fri, 16 May 2025 12:41:40 +0100 Subject: [PATCH] qol --- Contact.html | 5 +++-- Gallery.html | 2 +- fontScaler.css | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Contact.html b/Contact.html index c100c78..3be589a 100644 --- a/Contact.html +++ b/Contact.html @@ -18,13 +18,14 @@
- Find Paws and Petals at: + Click below for our social media - Or alternatively: +
+ Or alternatively:

diff --git a/Gallery.html b/Gallery.html index 3d51509..800de2b 100644 --- a/Gallery.html +++ b/Gallery.html @@ -18,7 +18,7 @@ Contact -
click a photo for a bigger picture
+
click a photo for a bigger picture
diff --git a/fontScaler.css b/fontScaler.css index 8ed3a6d..8c7c404 100644 --- a/fontScaler.css +++ b/fontScaler.css @@ -9,7 +9,7 @@ .font_scaler button{ background: none; background-color: var(--backing); - border: none; + border: 2px solid var(--text); margin-left: 10px; margin-bottom: 10px; padding: 5px; @@ -21,8 +21,8 @@ height: 3vw; } -.font_scaler button::hover, .font_scaler img::hover{ - background-color: grey; +.font_scaler button:hover, .font_scaler img:hover{ + background-color: lightgrey; } @media (orientation: portrait) {