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) {