feat: adds connector slider & redoes landing page layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user