diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6b2fe6d --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/jordanorelli/hugo-theme-mini + +go 1.15 diff --git a/static/css/style.css b/static/css/style.css index 96279bc..611320c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; -} \ No newline at end of file +}