diff options
Diffstat (limited to '174bg/handbook/source/index.css')
| -rw-r--r-- | 174bg/handbook/source/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/174bg/handbook/source/index.css b/174bg/handbook/source/index.css index 3571db7..72cd38f 100644 --- a/174bg/handbook/source/index.css +++ b/174bg/handbook/source/index.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; + +p { + text-align: justify; +} |
