slider section implemented

This commit was merged in pull request #60.
This commit is contained in:
victorAnumudu
2024-02-01 07:54:48 +01:00
parent e13d973b30
commit e78561c93f
4 changed files with 13 additions and 12 deletions
+6 -2
View File
@@ -8602,7 +8602,9 @@ LND PAGE STYLE STARTS HERE
/* interface wraper */
.interface_section .screen_slider {
margin-top: 35px;
min-height: 720px;
/* min-height: 520px; */
display: flex;
align-items: center;
}
/* interface images */
@@ -8612,10 +8614,12 @@ LND PAGE STYLE STARTS HERE
border-radius: 20px;
transition: 1s all;
margin: 0 auto;
height: 520px;
width: auto;
}
.interface_section .owl-item.center .screen_frame_img img {
transform: scale(1);
border: 3px solid #000;
padding: 5px;
}