Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: lacking documentation of adjusting text-alignment #154

Closed
joncto opened this issue Oct 27, 2024 · 2 comments
Closed

docs: lacking documentation of adjusting text-alignment #154

joncto opened this issue Oct 27, 2024 · 2 comments

Comments

@joncto
Copy link

joncto commented Oct 27, 2024

Have searched through all resources, but are not able to find any comments or inline documentation about how to adjust text alignment. Cannot find anything in Tailwind resources either.

Would like to left-align text and headers on the about page, without doing any html/css tricks inside markdown.

@cybardev
Copy link

Removing text-center in this line: permalink

<div class="md:col-10 lg:col-7 text-center">

That seems to work.

@joncto
Copy link
Author

joncto commented Feb 17, 2025

Solved by editing line 5 of layouts/about/list.html into:

<div class="md:col-10 lg:col-7 text-left">

@joncto joncto closed this as completed Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@cybardev @joncto and others