Procházet zdrojové kódy

Images set with round border

master
JannekeDL před 5 roky
rodič
revize
c161919f25

+ 1
- 1
src/components/misc/contactUs.vue Zobrazit soubor

@@ -28,7 +28,7 @@
28 28
             width="900"
29 29
             height="450"
30 30
             frameborder="0"
31
-            style="border:0"
31
+            style="border-radius:10px"
32 32
             allowfullscreen
33 33
           ></iframe>
34 34
           <br />

+ 1
- 1
src/components/property/propertySearchPage.vue Zobrazit soubor

@@ -47,7 +47,7 @@
47 47
         </div>
48 48
         <div class="col-md-4">
49 49
           <p>
50
-            <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" />
50
+            <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" style="border-radius:10px"/>
51 51
           </p>
52 52
         </div>
53 53
       </div>

Načítá se…
Zrušit
Uložit