diff --git a/public/css/desktop.css b/public/css/desktop.css
index 1e7a9e2..201b034 100644
--- a/public/css/desktop.css
+++ b/public/css/desktop.css
@@ -227,20 +227,27 @@ label {
margin-left: 100px;
}
-
-.produkte{
-
- border:#606060 3px solid;
- display: inline-block;
- margin: 10px;
-
+.produktueberschrift{
+ text-align: center;
+ margin:50px;
}
-.produktbild{
+.parent{
+ display: flex;
+ justify-content: space-around;
+ flex-wrap:wrap;
+ align-content: center;
+}
+
+.produkte{
+ display: flex;
border:#606060 3px solid;
-
+ display: inline-block;
+ margin: 25px;
}
.produktbottom{
+ justify-content: space-between;
+ display: flex;
margin:10px;
-}
\ No newline at end of file
+}
diff --git a/public/produkte.html b/public/produkte.html
index 0da2077..5043a79 100644
--- a/public/produkte.html
+++ b/public/produkte.html
@@ -24,11 +24,11 @@
-
-
Produkte
-
+
Produkte
+
+
-

+
-

+
-

+
-

+
-

+
-

+