Skip to content

Commit

Permalink
Fix: justify text
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 29, 2024
1 parent 1ba5730 commit be5455a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ include $(PYTHON_MAKELIB_PATH)/venv-lint-test-webapi.mk


serve:
$(PREFIX)/bin/yhttp-markdown -C$(HERE)/examples serve
$(PREFIX)/bin/yhttp-markdown -Cexamples serve
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- logo
- justify text
- sample files folder
- exclude file/dir patterns
- pretty fallback page
Expand Down
1 change: 1 addition & 0 deletions yhttp/markdown/styles/layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ body
flex: 0 0 $gutter
main
padding: $gutter ($gutter * 4)
text-align: justify


h1, h2, h3, h4, h5, h6
Expand Down

0 comments on commit be5455a

Please sign in to comment.