commit 9d23e630cab2156479a639dd486abc0787af652d
parent 0793ad494f98746305fc2315a99f1bb1ee5d983d
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Apr 2020 11:27:11 -0500
More sytling adjustments
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -1,7 +1,7 @@
body {
font-family: sans-serif;
margin: auto;
- min-width: 60ch;
+ min-width: 80ch;
max-width: 50%;
padding: 1em;
line-height: 1.5;
@@ -9,7 +9,6 @@ body {
table {
margin: auto;
- overflow-x: auto;
}
table td {