diff --git a/main/static/deps/css/my_footer_css.css b/main/static/deps/css/my_footer_css.css index dd65a2f..827db98 100644 --- a/main/static/deps/css/my_footer_css.css +++ b/main/static/deps/css/my_footer_css.css @@ -1,6 +1,4 @@ footer { - position: fixed; - bottom: 0; width: 100%; background-color: #8100bb; padding: 10px 0; diff --git a/main/templates/main/index.html b/main/templates/main/index.html index 8445494..d347a2b 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -63,21 +63,23 @@
{% for product in products %} -
-
- {{ -
- -

{{ product.name }}

-
-

{{ product.description }}

-
-

{{ product.price }} $

-
+
+
+
+ {{ +
+
+ +

{{ product.name }}

+
+

{{ product.description }}

+
+

{{ product.price }} $

- {% endfor %} +
+ {% endfor %}