added more images

This commit was merged in pull request #69.
This commit is contained in:
victorAnumudu
2024-02-16 14:16:39 +01:00
parent 7633ecfafa
commit 9780468013
4 changed files with 16 additions and 2 deletions
+2 -2
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;
/* border: 3px solid #000; */
padding: 5px;
}