Website templates

This commit is contained in:
Dawid Olko
2023-07-26 19:33:39 +02:00
commit 0d2d73a034
10339 changed files with 2002333 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.sl-slider-wrapper {
overflow: visible !important;
margin: 0 auto;
}
/* Slide wrapper and slides */
.sl-slider,
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
.demo-1 .sl-slide blockquote {
width: 50%;
left: 25%;
}
.demo-2 .bg-img {
padding: 0;
top: 0;
left: 0;
}
.nav-arrows,
.nav-dots {
display: none;
}