diff --git a/index.html b/index.html
index 48534ce..c083868 100644
--- a/index.html
+++ b/index.html
@@ -129,9 +129,10 @@
-
+
+
+
diff --git a/pages/mainpage.css b/pages/mainpage.css
index cd5f90e..381a82f 100644
--- a/pages/mainpage.css
+++ b/pages/mainpage.css
@@ -51,13 +51,14 @@
margin-left: 10vw;
margin-right: 10vw;
height: 19vh;
- margin-bottom: 0vh;
- transition: margin-bottom 0.5s;
+ margin-bottom: 5vh;
+ transition: margin-bottom 2s 2s ease-in;
justify-content: space-evenly;
}
.galleryContainer:hover .gallery{
- margin-bottom: 36vh;
+ margin-bottom: 28vh;
+ transition: 0.5s;
}
.galleryItem{