mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Allow scroll in code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user