Allow scroll in code

This commit is contained in:
Alexis Tacnet
2017-02-25 21:04:13 +01:00
parent 1866a82318
commit 182d6ae766

View File

@@ -653,7 +653,7 @@ section.main .container .content .post-item {
} }
@media (min-width: 600px) { @media (min-width: 600px) {
.container { .container {
margin: 0 30px; padding: 0 30px;
} }
section.header { section.header {
padding-top: 60px; padding-top: 60px;
@@ -692,6 +692,9 @@ a:hover {
img { img {
max-width: 100%; max-width: 100%;
} }
section.main .content {
width: 100%;
}
section.main .content .markdown { section.main .content .markdown {
font-size: 1em; font-size: 1em;
line-height: 1.75em; line-height: 1.75em;
@@ -755,7 +758,6 @@ section.main .content .markdown pre {
padding: 1rem; padding: 1rem;
line-height: 1.5em; line-height: 1.5em;
white-space: pre; white-space: pre;
white-space: pre-wrap;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }