diff --git a/assets/style/stylesheet.css b/assets/style/stylesheet.css index 8db66ae..2f9bb26 100644 --- a/assets/style/stylesheet.css +++ b/assets/style/stylesheet.css @@ -21,19 +21,26 @@ margin-left: 1em; font-weight: bold; } + [data-template] { display: none !important; } + .cart-items, .product-list, .alert, .navbar-brand, .settings-product-list { user-select: none; -webkit-user-select: none; -webkit-user-drag: none; } -img { - user-select: none; - -webkit-user-select: none; - -webkit-user-drag: none; -} .product-box, .cart-items, .settings-product-list { cursor: pointer; +} + +.product-list { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(200px, 4fr)); + gap: .4em; +} + +.product-box .card-body span { + word-wrap: break-word; } \ No newline at end of file diff --git a/index.html b/index.html index dce857e..20daf74 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@
-
+
  • 5 @@ -43,18 +43,19 @@
  • -
    +
    - Produktbild + Produktbild
    - Wasser mit Kohlensäure + Wasser mit Kohlensäure
    +