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;
+ }
}