diff options
| author | Mauro Bieg <[email protected]> | 2022-01-14 09:15:37 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-14 09:15:37 +0100 |
| commit | 01a39a2fb861944926b715f4bc330cf76c3b94ce (patch) | |
| tree | a73e9ed08b918569f9ae81ea208b24570b761ca3 | |
| parent | ed2ab2e2b0eada8e4c4728f23adf96d55eba8172 (diff) | |
CSS in HTML template: adjust #TOC and h1 on mobilestyles
| -rw-r--r-- | data/templates/styles.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 970adf2b8..e8bccb55c 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -23,6 +23,9 @@ body { font-size: 0.9em; padding: 1em; } + h1 { + font-size: 1.8em; + } } @media print { body { @@ -145,6 +148,9 @@ header { margin-bottom: 4em; text-align: center; } +#TOC > ul { + padding-left: 0; +} #TOC li { list-style: none; } |
