css for code when line is really long and doesnt naturally have a breakpoint

This commit is contained in:
Ashley Blewer 2017-01-22 21:01:16 -05:00
parent 3c504e5347
commit 1e9c064f6f

View File

@ -2,6 +2,10 @@ h1,h2,h3,h4,h5,h6 {
font-family: 'Montserrat', sans-serif;
}
code {
word-break: break-all;
}
dd {
padding-left:24px;
}