diff --git a/views/main.pug b/views/main.pug index 5669d1d..091e2d8 100644 --- a/views/main.pug +++ b/views/main.pug @@ -8,8 +8,7 @@ block content if (!exceeded) input(type='submit' value='Upload!') if (exceeded) - p(style='color:darkred;font-weight:bold;font-size:9pt') + p(style='color:darkred;font-weight:bold;font-size:9pt' align='center') | Max uploads limit exceeded. No more uploads would be accepted. br - | Contact site administrator so they would increase the limit or delete some upload. - p= exceeded \ No newline at end of file + | Contact site administrator so they would increase the limit or delete some upload. \ No newline at end of file