diff --git a/web/styles.css b/web/styles.css index 2851458..c288d46 100644 --- a/web/styles.css +++ b/web/styles.css @@ -1,5 +1,9 @@ /* Some misc styles */ +#main { + max-width: 71ch; +} + .big-image { display: block; margin: 0 auto; @@ -14,7 +18,7 @@ table.pretty-table { table.pretty-table td, table.pretty-table th { border: 1px solid #cccccc; - padding: 2px 4px; + padding: 5px; } table.pretty-table th {