aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJulien Dessaux2021-05-17 17:39:55 +0200
committerJulien Dessaux2021-05-17 17:40:22 +0200
commit003b085f11d4180af35c81455c4521f424f846c6 (patch)
treef3fb5823975475d99b209f5e7d631d81598453a3 /assets
parentPage formatting (diff)
downloadwww-003b085f11d4180af35c81455c4521f424f846c6.tar.gz
www-003b085f11d4180af35c81455c4521f424f846c6.tar.bz2
www-003b085f11d4180af35c81455c4521f424f846c6.zip
Tweaked the css
Diffstat (limited to 'assets')
-rw-r--r--assets/base.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/assets/base.css b/assets/base.css
index df3e93b..d6efa1d 100644
--- a/assets/base.css
+++ b/assets/base.css
@@ -2,13 +2,19 @@
box-sizing: border-box;
}
body {
- font-family: open sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
- font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
display: grid;
grid-template-rows: auto 1fr auto;
+
+ font-family: open sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
+ font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+
}
-main p {
+p {
text-align: justify;
+ hyphens: auto;
+ hyphenate-limit-lines: 2;
+ text-justify: inter-character;
+ word-break: break-word;
}
nav#TableOfContents ul {
padding: 0;
@@ -23,6 +29,9 @@ nav#TableOfContents ul li ul li ul {
nav#TableOfContents ul li ul li ul li ul {
padding-left:3em;
}
+h1, h2, h3, h4, h5 {
+ font-family: open;
+}
@media only screen and (min-width: 60rem) {
body {
max-width:60rem;