How do I style posts from the PostExtension? #72
Answered
by
sylvesterroos
sylvesterroos
asked this question in
Q&A
|
I've been digging through Any and all help will be much appreciated 🙏 |
Answered by
sylvesterroos
Feb 11, 2024
Replies: 1 comment 2 replies
|
Typically the way you style generated markup is to surround the whole thing in a class and then use selectors to style the elements directly. .post p {
// stuff
}If you are a tailwind user, I'd suggest looking at their typography plugin. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ha! Got it working thanks to your repo!
So for anyone who might have the same problem, you can layer your layouts by doing something like this: