BartoszJarocki / cv

Print-friendly, minimalist CV page
https://cv.jarocki.me
MIT License
8.9k stars 962 forks source link

Justify Align Text #49

Closed TheoBearman closed 7 months ago

TheoBearman commented 8 months ago

HI Bartosz,

Thank you for this repo.

I would like to have the ability to justify align text. Is there a way of doing this?

Thanks,

Theo

ushiradineth commented 7 months ago

You can use the tailwind classes text-start, text-center or text-end, to align your text, using this globally would have side effects that you need to fix manually, so best case scenario is to use it on each component as needed.

https://tailwindcss.com/docs/text-align

TheoBearman commented 7 months ago

Thanks!