init slider

This commit is contained in:
samaradel
2021-08-15 16:14:55 +02:00
parent bed78b89db
commit 39443840a8
22 changed files with 169 additions and 50 deletions

View File

@@ -9,7 +9,7 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
blockquote {
@apply border-l;
// @apply border-l;
@apply border-l-4;
@apply border-l-blue-500;
@apply pl-4;
@@ -48,7 +48,7 @@ body {
}
pre {
@apply border-l;
// @apply border-l;
@apply border-l-2;
@apply border-l-gray-500;
@apply pl-4;
@@ -117,7 +117,7 @@ ul {
}
.flex-post {
@apply border-b;
// @apply border-b;
@apply border-b-gray-300;
@apply flex-col;
@apply w-full;