Add classes for links
This commit is contained in:
parent
c43085122b
commit
63b08a341f
|
@ -23,6 +23,18 @@ h2 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.byline,
|
||||||
|
.posted-on,
|
||||||
|
.cat-links,
|
||||||
|
.comments-link,
|
||||||
|
.edit-link {
|
||||||
|
@apply flex items-center mr-3 mb-2;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
@apply mr-2 fill-current text-gray-600
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@apply font-serif text-lg leading-loose;
|
@apply font-serif text-lg leading-loose;
|
||||||
@screen md {
|
@screen md {
|
||||||
|
|
Loading…
Reference in a new issue