init slider
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user