Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Add word-break to body. Added bottom margin on page/post content to a…
Browse files Browse the repository at this point in the history
…dd separation.
  • Loading branch information
EvanHerman authored and Jonathan Bardo committed Oct 25, 2016
1 parent 98ef788 commit 096aa1d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dev/sass/components/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ html {

body {
background: $color__bg;
word-wrap: break-word;
}

blockquote, q {
Expand Down
4 changes: 4 additions & 0 deletions .dev/sass/layouts/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
margin: 1em 0 0;
}

.entry-content {
margin-bottom: 1em;
}

.entry-footer {
padding-top: 1em;
font-size: 85%;
Expand Down
3 changes: 2 additions & 1 deletion editor-style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ html {
box-sizing: inherit; }

body {
background: #f5f5f5; }
background: #f5f5f5;
word-wrap: break-word; }

blockquote, q {
quotes: "" ""; }
Expand Down
3 changes: 2 additions & 1 deletion editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ html {
box-sizing: inherit; }

body {
background: #f5f5f5; }
background: #f5f5f5;
word-wrap: break-word; }

blockquote, q {
quotes: "" ""; }
Expand Down
6 changes: 5 additions & 1 deletion style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ html {
box-sizing: inherit; }

body {
background: #f5f5f5; }
background: #f5f5f5;
word-wrap: break-word; }

blockquote, q {
quotes: "" ""; }
Expand Down Expand Up @@ -2076,6 +2077,9 @@ body.no-max-width .site-info-wrapper .site-info {
.entry-summary {
margin: 1em 0 0; }

.entry-content {
margin-bottom: 1em; }

.entry-footer {
padding-top: 1em;
font-size: 85%;
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ html {
box-sizing: inherit; }

body {
background: #f5f5f5; }
background: #f5f5f5;
word-wrap: break-word; }

blockquote, q {
quotes: "" ""; }
Expand Down Expand Up @@ -2076,6 +2077,9 @@ body.no-max-width .site-info-wrapper .site-info {
.entry-summary {
margin: 1em 0 0; }

.entry-content {
margin-bottom: 1em; }

.entry-footer {
padding-top: 1em;
font-size: 85%;
Expand Down

0 comments on commit 096aa1d

Please sign in to comment.