aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-24 13:41:13 -0300
committerEuAndreh <eu@euandre.org>2020-01-24 13:41:13 -0300
commit168973e611170ea12e0a2fc367ce62ad6198a923 (patch)
tree612e07f5ce4ef2c0629864bc04ead5d29f8f3bc4
parentCSS: Increase body with 700px -> 1000px (diff)
downloadeuandre.org-168973e611170ea12e0a2fc367ce62ad6198a923.tar.gz
euandre.org-168973e611170ea12e0a2fc367ce62ad6198a923.tar.xz
CSS: Wrap lines in <pre> code block
-rw-r--r--site/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index 309d6c0..240c61b 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -133,6 +133,7 @@ h2 {
pre {
font-family: "Inconsolata",monospace;
+ white-space: pre-wrap;
}
code {