Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions org-theme/dist/long/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,15 @@ ol ol ol ol ol {
* 1. Remove top margin
* 2. Add bottom margin for better content readability
* 3. Set default font size (in rem)
* 4. Justify content for better readability
* 5. Enable hyphenation to keep inter-word spacing consistent
*/
p {
margin-top: 0; /* [1] */
margin-bottom: var(--paragraph-margin-bottom); /* [2] */
font-size: var(--font-size); /* [3] */
text-align: justify; /* [4] */
hyphens: auto; /* [5] */
}
/*
==============================================================================
Expand Down
4 changes: 4 additions & 0 deletions org-theme/dist/short/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,15 @@ ol ol ol ol ol {
* 1. Remove top margin
* 2. Add bottom margin for better content readability
* 3. Set default font size (in rem)
* 4. Justify content for better readability
* 5. Enable hyphenation to keep inter-word spacing consistent
*/
p {
margin-top: 0; /* [1] */
margin-bottom: var(--paragraph-margin-bottom); /* [2] */
font-size: var(--font-size); /* [3] */
text-align: justify; /* [4] */
hyphens: auto; /* [5] */
}
/*
==============================================================================
Expand Down