浏览代码

wohnung frei -> platz

Juan Carlos 3 年之前
父节点
当前提交
113845a86e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      marktplatz/templates/marktplatz/product_overview.html

+ 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 %}