summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:10:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:10:20 +0100
commit5e2c4f5a6be7fa57504e900937727379aa77a6e2 (patch)
treeaf9553211ebe37654067736f5f749ea06ecb01e2
parent7aede1b2a5241e241e40ebf4236c4ed93211955d (diff)
downloadwebsite-5e2c4f5a6be7fa57504e900937727379aa77a6e2.tar.xz
style: make tables 100% wide
-rw-r--r--src/style.css1
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;