diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:10:20 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-11 04:10:20 +0100 |
commit | 5e2c4f5a6be7fa57504e900937727379aa77a6e2 (patch) | |
tree | af9553211ebe37654067736f5f749ea06ecb01e2 /src | |
parent | 7aede1b2a5241e241e40ebf4236c4ed93211955d (diff) | |
download | website-5e2c4f5a6be7fa57504e900937727379aa77a6e2.tar.xz |
style: make tables 100% wide
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 63e7d7b..3201365 100644 --- a/src/style.css +++ b/src/style.css @@ -115,6 +115,7 @@ blockquote:after { } table { + width: 100%; margin: 1rem auto; border: 2px solid gray; border-collapse: collapse; |