Skip to content

Commit b2eea1a

Browse files
author
Luiz F. A. de Prá
committed
Remove CSS rules causing linebreaks on markdown content
1 parent 1147e04 commit b2eea1a

12 files changed

+12349
-7
lines changed

assets/scss/_base.scss

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ a {
4141

4242
p {
4343
margin: 2rem 0 2rem 0;
44-
white-space: pre-wrap;
45-
white-space: -moz-pre-wrap;
46-
white-space: -pre-wrap;
47-
white-space: -o-pre-wrap;
48-
word-wrap: break-word;
4944
@media only screen and (max-width: 768px) {
5045
margin: 1.5rem 0 1.5rem 0;
5146
}

exampleSite/hugo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pagerSize = 6
1616
[markup]
1717
[markup.highlight]
1818
noClasses = false
19+
1920
[markup.goldmark]
2021
[markup.goldmark.renderer]
2122
unsafe = true

0 commit comments

Comments
 (0)