fix word-wrap

This commit is contained in:
jomo 2015-10-17 22:11:48 +02:00
parent c915c6699f
commit 8a59757345
2 changed files with 5 additions and 1 deletions

View File

@ -116,6 +116,10 @@ h3 {
margin-top: 2em; margin-top: 2em;
} }
code {
word-wrap: break-word;
}
.code { .code {
display: block; display: block;
font-family: monospace; font-family: monospace;

View File

@ -175,7 +175,7 @@
<section id="meta-attribution"> <section id="meta-attribution">
<h3><a href="#meta-attribution">Attribution</a></h3> <h3><a href="#meta-attribution">Attribution</a></h3>
<p> <p>
Attribution is <strong>encouraged</strong> but not required.<br> Attribution is not required, but it is <strong>encouraged</strong>.<br>
If you want to show some support for this (free!) service, place a notice like this somewhere: If you want to show some support for this (free!) service, place a notice like this somewhere:
<div class="code"> <div class="code">
Thank you to &lt;a href="https://crafatar.com"&gt;Crafatar&lt;/a&gt; for providing avatars. Thank you to &lt;a href="https://crafatar.com"&gt;Crafatar&lt;/a&gt; for providing avatars.