updated app slider images

This commit is contained in:
victorAnumudu
2024-02-21 08:59:36 +01:00
parent 0fe9bce492
commit 86d6c54d8a
13 changed files with 29 additions and 12 deletions
+3 -3
View File
@@ -8612,7 +8612,7 @@ LND PAGE STYLE STARTS HERE
/* interface images */
.interface_section .owl-item .screen_frame_img img {
transform: scale(.9);
border: 2px solid #000;
/* border: 2px solid #000; */
border-radius: 20px;
transition: 1s all;
margin: 0 auto;
@@ -8622,6 +8622,6 @@ LND PAGE STYLE STARTS HERE
.interface_section .owl-item.center .screen_frame_img img {
transform: scale(1);
border: 3px solid #000;
padding: 5px;
/* border: 3px solid #000; */
/* padding: 5px; */
}