diff --git a/assets/css/productpage.css b/assets/css/productpage.css index fac760d..4d244e7 100644 --- a/assets/css/productpage.css +++ b/assets/css/productpage.css @@ -710,4 +710,5 @@ .review-input-form .auth__submit { align-self: flex-start; /* Button bleibt linksbündig und wird nicht über die ganze Breite gestreckt */ padding: 0.8rem 2.5rem; -} \ No newline at end of file +} + diff --git a/productpage.php b/productpage.php index 3381a24..abea1a3 100644 --- a/productpage.php +++ b/productpage.php @@ -410,4 +410,8 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0; - \ No newline at end of file + + + + +