Skip to content

Commit 8e94aff

Browse files
authored
Merge pull request #62 from commonlispbr/feat/increase_container_max_width_to_improve_readability
Make container max width a bit larger to improve readability
2 parents f231f34 + b52d232 commit 8e94aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org-theme/dist/long/bundle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ samp {
219219
--content-margin-bottom: 5rem;
220220

221221
/* Container */
222-
--container-max-width: 700px;
222+
--container-max-width: 1000px;
223223
--container-padding-horizontal: 1.5rem;
224224

225225
/* Paragraphs */

org-theme/dist/short/bundle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ samp {
219219
--content-margin-bottom: 5rem;
220220

221221
/* Container */
222-
--container-max-width: 700px;
222+
--container-max-width: 1000px;
223223
--container-padding-horizontal: 1.5rem;
224224

225225
/* Paragraphs */

0 commit comments

Comments
 (0)