Browse Source

Use justified text block

master
Schneider 7 years ago
parent
commit
119caf72aa
  1. 5
      static/css/style.css

5
static/css/style.css

@ -194,7 +194,10 @@ ul { margin:0; padding:0; margin-bottom: 20px; }
li { list-style-type:circle; list-style-position:inside; }
/* Line Height */
#post-body, p { line-height:1.5; }
#post-body, p {
line-height:1.5;
text-align: justify;
}
b, strong { font-weight: 500;
color: #1E2025; }

Loading…
Cancel
Save