summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 00:49:57 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 00:49:57 -0400
commit046d541904ca89db055803a36c656eb7121f3ccd (patch)
tree48e46edc7a089cbe3770bbb35441246f964de61c /style.css
parent725d6260fa6aa8a7340298597e3b08063c842b15 (diff)
Update css
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 689b12a..c7895f9 100644
--- a/style.css
+++ b/style.css
@@ -25,6 +25,10 @@ h1, h2, h3, h4, h5, h6 {
margin: 0;
}
+h2#contribute {
+ padding-top: 12px;
+}
+
img, h1, h2 {
vertical-align: middle;
}
@@ -62,6 +66,7 @@ table thead td {
table td {
padding: 0 0.4em;
+ max-width: 70%;
}
#content table td {