diff --git a/web/project-website/static/custom.css b/web/project-website/static/custom.css index 14bb0bd4..262dd912 100644 --- a/web/project-website/static/custom.css +++ b/web/project-website/static/custom.css @@ -190,3 +190,7 @@ article p { line-height: 28px; margin-top: 0; } + +table tbody td { + vertical-align: top; +}