diff --git a/views/add-item.ejs b/views/add-item.ejs
index 77ce340..e2d0982 100644
--- a/views/add-item.ejs
+++ b/views/add-item.ejs
@@ -13,6 +13,7 @@
+
@@ -59,7 +60,7 @@
diff --git a/views/css/style.css b/views/css/style.css
index 4ef6485..0479789 100644
--- a/views/css/style.css
+++ b/views/css/style.css
@@ -28,6 +28,7 @@ body {
}
main {
+ min-height: 79.7vh;
/*padding-bottom: 200px;*/
}
@@ -272,10 +273,12 @@ footer a {
.product-container {
width: 160px;
+ height: 100%;
}
.product-container img {
width: 100%;
+ max-height: 90%;
}
.product-container p {
@@ -283,6 +286,7 @@ footer a {
color: #CA5555;
font-size: 17px;
}
+
.r {float: right;}
.l {float: left;}
@@ -370,6 +374,14 @@ footer a {
border: 0.5px solid grey;
}
+#pImg {
+ position: relative;
+ border: none;
+ color: grey;
+ left: -10px;
+ top: 12px;
+}
+
.new-product-field button {
height: 40px;
width: 100px;
diff --git a/views/home.ejs b/views/home.ejs
index 99dce09..b0221c0 100644
--- a/views/home.ejs
+++ b/views/home.ejs
@@ -13,9 +13,9 @@
+
-
@@ -65,13 +65,16 @@