Ver código fonte

Images set with round border

master
JannekeDL 5 anos atrás
pai
commit
c161919f25

+ 1
- 1
src/components/misc/contactUs.vue Ver arquivo

@@ -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 Ver arquivo

@@ -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>

Carregando…
Cancelar
Salvar