Add some styles for articles
This commit is contained in:
@ -3,3 +3,4 @@
|
|||||||
@import "tailwindcss/utilities";
|
@import "tailwindcss/utilities";
|
||||||
|
|
||||||
/* This file is for your main application CSS */
|
/* This file is for your main application CSS */
|
||||||
|
@import "./article.css"
|
||||||
|
|||||||
23
assets/css/article.css
Normal file
23
assets/css/article.css
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
.article {
|
||||||
|
@apply pr-8
|
||||||
|
}
|
||||||
|
|
||||||
|
.article .tunit {
|
||||||
|
@apply hover:bg-gray-300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article h4 {
|
||||||
|
@apply font-semibold text-lg leading-8 text-zinc-800;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article p {
|
||||||
|
@apply text-justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article p + p {
|
||||||
|
@apply indent-4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article blockquote {
|
||||||
|
@apply px-4 py-2 text-sm;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user