From e70839eeafcc1f139e6c53f03340abd394cd409a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 25 May 2017 21:48:03 +0100 Subject: [PATCH] Reorder css styles --- md_pdf/assets/static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md_pdf/assets/static/style.scss b/md_pdf/assets/static/style.scss index ddfdefe..15af1d8 100644 --- a/md_pdf/assets/static/style.scss +++ b/md_pdf/assets/static/style.scss @@ -54,8 +54,8 @@ body.footer, body.header { width: 100%; td { - text-align: center; width: 33%; + text-align: center; } } }