diff --git a/src/.temp/now.js b/src/.temp/now.js index 0dd7e42..d357dfc 100644 --- a/src/.temp/now.js +++ b/src/.temp/now.js @@ -1 +1 @@ -export default 1562583989848 \ No newline at end of file +export default 1562589257983 \ No newline at end of file diff --git a/src/css/print.css b/src/css/print.css index 5ce7dad..141e163 100644 --- a/src/css/print.css +++ b/src/css/print.css @@ -126,27 +126,31 @@ body { font-size: 10pt; letter-spacing: 4pt; } -.chapter-content { - text-align: justify; - -webkit-hyphens : auto; - font-family: "Cormorant"; - font-weight: 200; - font-size: 10pt; - line-height: 18pt; -} .section-title { font-family: "TextaAlt"; font-weight: 800; font-size: 12pt; } +.chapter-content { + hyphens: auto; + font-family: "Cormorant"; + font-weight: 200; + font-size: 10pt; + line-height: 18pt; +} .section-content { - text-align: justify; hyphens: auto; font-family: "SGI-TextAlt"; font-size:9.5pt; font-weight: 200; line-height: 18pt; } +.justify p{ + text-align: justify; + text-align-last: left !important; + + hyphens: auto; +} .image-cover { page: imagecover; background-size: cover; diff --git a/src/pages/Index.vue b/src/pages/Index.vue index d4e22ac..967f5db 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -1,10 +1,9 @@