diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/assets/css/style.css b/assets/css/style.css index 50536a1..7ab9488 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,6 +42,8 @@ h1, h2, h3, h4, h5, h6 {  p {  	overflow-wrap: break-word; +	text-align: justify; +	text-justify: inter-word;  }  pre { @@ -54,6 +56,8 @@ blockquote {  	background-color: #272822;  	font-style: italic;  	padding: 1.0em; +	text-align: justify; +	text-justify: inter-word;  }  blockquote :first-child { | 
