feat: adds connector slider & redoes landing page layout

This commit is contained in:
Dimitrie Stefanescu
2021-06-21 09:45:08 +01:00
parent 2e10b811db
commit 3dd3dada19
25 changed files with 2464 additions and 1379 deletions
+19
View File
@@ -3,6 +3,8 @@
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "swiper/swiper-bundle";
/* Main
/* ---------------------------------------------------------- */
@@ -21,6 +23,23 @@
@apply my-10;
}
.swiper-slide {
height: auto !important;
}
.perspective-700{
perspective: 750px;
}
.perspective-transform {
transform: rotateX(30deg) rotateY(0deg); transform-style: preserve-3d;
transition: 1s ease all;
}
.perspective-transform:hover{
transform: rotateX(15deg) rotateY(0deg);
}
/*
.post-body h2 {
@apply text-4xl my-4 px-4 sm:px-2 md:px-0;