From 823a8e46d9232417645c2ee35c85c5fec19f736f Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Fri, 16 May 2025 12:26:31 +0100 Subject: [PATCH] more qol changes --- Contact.html | 2 +- Gallery.html | 4 ++-- ServicesAndPrices.html | 2 +- home.css | 15 +++++++++++++-- index.html | 2 +- style.css | 6 ++++++ 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Contact.html b/Contact.html index f3908da..c100c78 100644 --- a/Contact.html +++ b/Contact.html @@ -12,7 +12,7 @@ diff --git a/Gallery.html b/Gallery.html index f81f580..3d51509 100644 --- a/Gallery.html +++ b/Gallery.html @@ -13,12 +13,12 @@ -
click a photo for a bigger picture
+
click a photo for a bigger picture
diff --git a/ServicesAndPrices.html b/ServicesAndPrices.html index 6325f63..2e9dd26 100644 --- a/ServicesAndPrices.html +++ b/ServicesAndPrices.html @@ -11,7 +11,7 @@ diff --git a/home.css b/home.css index c1c3dac..f1c82c6 100644 --- a/home.css +++ b/home.css @@ -9,7 +9,8 @@ #times{ text-align: center; - grid-area: open + grid-area: open; + } #head{ @@ -26,5 +27,15 @@ } @media screen and (max-width:1000px){ - + #home_page_content{ + display: grid; + gap: 7px; + grid-template-areas: + "head" + "qual" + "open" + "book"; + grid-template-columns: 1fr; + } + } diff --git a/index.html b/index.html index a5d76ea..962b8ce 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ diff --git a/style.css b/style.css index 7dce1b3..0600fab 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ main{ width: 60vw; margin: auto; margin-top: 15px; + margin-bottom: 20vh; padding: 5px; text-align: center; } @@ -70,6 +71,7 @@ table{ .white_backing{ background-color: var(--backing); + padding-bottom: 20px; } .hover_rotate{ @@ -116,4 +118,8 @@ table{ font-size: 2.6rem; border-bottom: solid var(--text) 2px; } + + ul{ + margin: 10px; + } }