diff --git a/static/css/base.css b/static/css/base.css index bf1775af..5748f538 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -143,3 +143,7 @@ th.long_text{ padding-bottom: 30px; } +/* center the profil boxes */ +.dashboard{ + text-align: center; +}