update home sliders

This commit was merged in pull request #19.
This commit is contained in:
victorAnumudu
2024-03-15 18:01:04 +01:00
parent bbf8c51217
commit cc5293cd27
11 changed files with 56 additions and 48 deletions
+3 -3
View File
@@ -8381,7 +8381,7 @@ blockquote cite {
/* 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;
@@ -8391,6 +8391,6 @@ blockquote cite {
.interface_section .owl-item.center .screen_frame_img img {
transform: scale(1);
border: 3px solid #000;
padding: 5px;
/* border: 3px solid #000;
padding: 5px; */
}