fix line breaks for english text

seems like the original text justification was designed for chinese
text?
master
Jordan Orelli 4 years ago
parent 8628c19610
commit cd6897a837

@ -0,0 +1,3 @@
module github.com/jordanorelli/hugo-theme-mini
go 1.15

@ -81,11 +81,11 @@ p {
margin-block-start: 1.5em;
margin-block-end: 1.5em;
}
p,
pre {
line-break: anywhere;
word-break: break-all;
p, pre {
text-align: justify;
}
.markdown-image img {
max-width: 100%;
}
@ -500,4 +500,4 @@ nav.navigation a.button {
position: relative;
top: 1px;
color: #bbb;
}
}

Loading…
Cancel
Save