diff --git a/bin/css/products.css b/bin/css/products.css
index 1583a7fbbddcdce1b6e82d40f499837dafefd939..8cfef02f10791a60f2cfa600eb2e76807cb50c0e 100644
--- a/bin/css/products.css
+++ b/bin/css/products.css
@@ -199,7 +199,7 @@
 .cologne-products-categoryGallery-categories {
     display: grid;
     grid-gap: 20px;
-    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
+    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
     margin-bottom: 40px;
     width: 100%;
 }
@@ -465,7 +465,7 @@
 .quiqqer-product-list[data-qui-options-view="gallery"] .quiqqer-products-productList-products-container-real {
     display: grid;
     grid-gap: 20px;
-    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
+    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
     width: 100%;
 }
 
diff --git a/bin/css/style.css b/bin/css/style.css
index 73f829ac820fe7a60e735bee9ee3f28195bad86c..2c532610fb222544c740cb9c0c8cb11e135009a4 100644
--- a/bin/css/style.css
+++ b/bin/css/style.css
@@ -85,7 +85,7 @@ body.header-fixed {
 }
 
 p {
-    margin-bottom: 1.3em;
+    margin-bottom: 1.3rem;
 }
 
 h1, h2, h3, h4 {