Kaynağa Gözat

wohnung frei -> platz

Juan Carlos 3 yıl önce
ebeveyn
işleme
113845a86e

+ 2 - 2
marktplatz/templates/marktplatz/product_overview.html

@@ -96,7 +96,7 @@ $(document).ready(function(){
     font-weight: bold;
     text-align: center;
     top: 25%;
-    /* left: 50%; */
+    left: 25%; 
     /* transform: translate(-50%, -50%); */
     position: inherit;
   }
@@ -366,7 +366,7 @@ $(document).ready(function(){
 
                 {% if product.frei == 'JAJA' %} <div class="mab-product-button" style="">
                   <div class="mab-product-button-text">
-                    Wohnung Frei!
+                    Platz <br>Frei!
                   </div>
                 </div>
                 {% endif %}