diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 13:41:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 13:41:13 -0300 |
commit | 168973e611170ea12e0a2fc367ce62ad6198a923 (patch) | |
tree | 612e07f5ce4ef2c0629864bc04ead5d29f8f3bc4 | |
parent | CSS: Increase body with 700px -> 1000px (diff) | |
download | euandre.org-168973e611170ea12e0a2fc367ce62ad6198a923.tar.gz euandre.org-168973e611170ea12e0a2fc367ce62ad6198a923.tar.xz |
CSS: Wrap lines in <pre> code block
-rw-r--r-- | site/css/styles.css | 1 |
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 { |