mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36: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) {
|
||||
.container {
|
||||
margin: 0 30px;
|
||||
padding: 0 30px;
|
||||
}
|
||||
section.header {
|
||||
padding-top: 60px;
|
||||
@@ -692,6 +692,9 @@ a:hover {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
section.main .content {
|
||||
width: 100%;
|
||||
}
|
||||
section.main .content .markdown {
|
||||
font-size: 1em;
|
||||
line-height: 1.75em;
|
||||
@@ -755,7 +758,6 @@ section.main .content .markdown pre {
|
||||
padding: 1rem;
|
||||
line-height: 1.5em;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
Reference in New Issue
Block a user