first commit

This commit is contained in:
2026-05-04 17:16:03 +01:00
commit 2de4723bb7
181 changed files with 317767 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
/*----------------------------------------*/
/* 18. Brand CSS
/*----------------------------------------*/
/*-- Brand Slider --*/
.brand-slider, .brand-slider-two, .brand-slider-three{
& .slick-dots {
display: flex;
justify-content: center;
}
}
/*-- Brand --*/
.single-brand {
background: #fff;
padding: 20px;
position: relative;
// Responsive
@media #{$large-mobile}{
padding: 10px;
}
& .brand-image{
position: relative;
overflow: hidden;
& img{
width: 100%;
height: auto;
}
}
}