File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -685,11 +685,15 @@ ol ol ol ol ol {
685685 * 1. Remove top margin
686686 * 2. Add bottom margin for better content readability
687687 * 3. Set default font size (in rem)
688+ * 4. Justify content for better readability
689+ * 5. Enable hyphenation to keep inter-word spacing consistent
688690 */
689691p {
690692 margin-top : 0 ; /* [1] */
691693 margin-bottom : var (--paragraph-margin-bottom ); /* [2] */
692694 font-size : var (--font-size ); /* [3] */
695+ text-align : justify; /* [4] */
696+ hyphens : auto; /* [5] */
693697}
694698/*
695699 ==============================================================================
Original file line number Diff line number Diff line change @@ -685,11 +685,15 @@ ol ol ol ol ol {
685685 * 1. Remove top margin
686686 * 2. Add bottom margin for better content readability
687687 * 3. Set default font size (in rem)
688+ * 4. Justify content for better readability
689+ * 5. Enable hyphenation to keep inter-word spacing consistent
688690 */
689691p {
690692 margin-top : 0 ; /* [1] */
691693 margin-bottom : var (--paragraph-margin-bottom ); /* [2] */
692694 font-size : var (--font-size ); /* [3] */
695+ text-align : justify; /* [4] */
696+ hyphens : auto; /* [5] */
693697}
694698/*
695699 ==============================================================================
You can’t perform that action at this time.
0 commit comments