diff options
-rw-r--r-- | _includes/head.html | 2 | ||||
-rw-r--r-- | assets/css/poole.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/head.html b/_includes/head.html index ca46abc..bdab743 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,9 +16,9 @@ <!-- CSS --> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" /> - <link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" /> <link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" /> + <link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" /> <!-- Favicon --> <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" /> diff --git a/assets/css/poole.css b/assets/css/poole.css index 75aa174..f8d5027 100644 --- a/assets/css/poole.css +++ b/assets/css/poole.css @@ -135,8 +135,8 @@ pre { margin-bottom: 1rem; margin-top: 0; padding: 1rem; - white-space: pre-wrap; white-space: pre; + white-space: pre-wrap; word-break: break-all; word-wrap: break-word; } |