diff options
author | Gitea <gitea@fake.local> | 2024-01-04 13:31:59 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2024-01-04 13:31:59 +0000 |
commit | e41af1f665ef36b83945e96ccbb03d9083cfa402 (patch) | |
tree | 5b276d485704e989dc8a79de04f9a9d44e5e5968 | |
parent | 4d6181fc339c14f1d483e69000b4b136230ca0df (diff) |
-tweak font sizes
-rw-r--r-- | list.tmpl | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,29 +1,35 @@ <!DOCTYPE html> <head><title>GNU Taler Dashboard</title> +<meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { margin-left:1%; margin-right:1%; font-family:sans-serif; + font-size:12pt; } h3 { margin: 0em; margin-top: 1em; - color: brown; + color: brown; + font-size:1.2em; } h4 { - margin: 0; - margin-top: 1em; + margin: 0; + margin-top: 0.5em; margin-left: 1%; + font-size:1.1em; } h5 { - margin: 0; + margin: 0; margin-top: 0.5em; margin-left: 2%; + font-size:1em; } details { - margin-left: 4em; - margin-right: 3%; + margin-left: 4%; + margin-right: 4%; + font-size:1em; } pre { max-width: 100%; @@ -31,7 +37,7 @@ pre { text-overflow: wrap,ellipsis; } .small { - font-size:8px; + font-size:8pt; font-weight: normal; } .category { |