summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/public/style.css b/public/style.css
index c0fb979..45fb8c4 100644
--- a/public/style.css
+++ b/public/style.css
@@ -4,15 +4,17 @@ a {
}
body {
- font-family: sans-serif;
+ font-family: 'DejaVu Sans Mono', monospace;
margin: 40px auto;
- max-width: 650px;
- line-height: 1.6;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
font-size: 16px;
background-color: #1d1f21;
color: #c5c8c6;
padding: 0 10px;
text-align: left;
+ overflow-y: scroll;
}
table, th, td {
@@ -30,3 +32,13 @@ th, td {
margin-right: auto;
width: 50%;
}
+
+span.left {
+position: absolute;
+left: 0;
+}
+
+span.right {
+position: absolute;
+right: 0;
+}