Hi @mattwarkentin,
Thanks for answering, so I tried setting up a CSS file using create_theme(), and create adjusted
d-byline .byline {
grid-template-columns: 1fr;
}
and pass it to _site.yml as theme: theme.css, and still not working.
For sure I did something wrong since I have no knowledge of CSS or HTML. I'm not even entirely sure how to do what you suggested...
I'm using the basic template from the distill package, I am able to apply different themes, the following is the section where I can play around with the size of the author and date in my welcome page, I'm guessing this is the section where I can adjust their position?
d-byline {
--heading-size: 0.6rem;
--heading-color: rgba(0, 0, 0, 0.5);
--body-size: 0.8rem;
--body-color: rgba(0, 0, 0, 0.8);
}
Thanks again.