From c406cec6ad8e2f14ed3dabd760f83eab9c39c493 Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Fri, 16 May 2025 12:04:17 +0100 Subject: [PATCH] minor qol changes --- Contact.html | 6 +++--- Gallery.html | 42 +++++++++++++++++++++--------------------- ServicesAndPrices.html | 6 +++--- fontScaler.css | 2 ++ home.css | 3 ++- index.html | 15 ++++++++------- style.css | 6 ++++++ 7 files changed, 45 insertions(+), 35 deletions(-) diff --git a/Contact.html b/Contact.html index 0a6eff5..f3908da 100644 --- a/Contact.html +++ b/Contact.html @@ -11,9 +11,9 @@ diff --git a/Gallery.html b/Gallery.html index 6a0cf49..f81f580 100644 --- a/Gallery.html +++ b/Gallery.html @@ -12,9 +12,9 @@ @@ -94,30 +94,30 @@ -
- -
- Training Dog -
-
+ + + + + + -
- -
- Training Dog -
-
+ + + + + + -
- -
- Training Dog -
-
+ + + + + + diff --git a/ServicesAndPrices.html b/ServicesAndPrices.html index 65104c7..6325f63 100644 --- a/ServicesAndPrices.html +++ b/ServicesAndPrices.html @@ -10,9 +10,9 @@ diff --git a/fontScaler.css b/fontScaler.css index 2c35403..8ed3a6d 100644 --- a/fontScaler.css +++ b/fontScaler.css @@ -2,6 +2,8 @@ position: fixed; bottom: 0; left: 0; + + touch-action: manipulation; } .font_scaler button{ diff --git a/home.css b/home.css index 34b05e0..c1c3dac 100644 --- a/home.css +++ b/home.css @@ -17,7 +17,8 @@ } #qual{ - grid-area: qual + grid-area: qual; + text-align: center; } #book{ diff --git a/index.html b/index.html index 5fa8860..a5d76ea 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,9 @@ @@ -21,11 +21,12 @@

Qualifications

diff --git a/style.css b/style.css index 8def51c..7dce1b3 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,11 @@ main{ text-align: center; } +ul{ + text-align: left; + margin: 10px 20% 10px 20%; +} + /* NAV BAR */ @@ -60,6 +65,7 @@ nav a:visited{ table{ margin: auto; width: 80%; + font-size: 1rem; } .white_backing{