Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/latex.css')
-rw-r--r--static/css/latex.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/static/css/latex.css b/static/css/latex.css
index 7b033b4..384d5d4 100644
--- a/static/css/latex.css
+++ b/static/css/latex.css
@@ -101,8 +101,7 @@ body {
}
/* Justify and hyphenate all paragraphs */
-p {
- font-size: large;
+p {
text-align: justify;
hyphens: auto;
margin-top: 1rem;
@@ -429,6 +428,15 @@ input.sidenote-toggle {
border-top: 1px solid hsl(0, 0%, 39%);
}
+/* Center title and paragraph */
+.abstract,
+.abstract p {
+ text-align: center;
+}
+.abstract {
+ margin: 2.25rem 0;
+}
+
/* Format the LaTeX symbol correctly (a higher up, e lower) */
.latex span:nth-child(1) {
text-transform: uppercase;