From ab06b209492f6bda584c0e3b02b6111ffd742abb Mon Sep 17 00:00:00 2001 From: xcps Date: Mon, 5 Feb 2018 09:39:19 +0500 Subject: [PATCH] Center content --- public/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 152ca3e..64bf722 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -4,9 +4,12 @@ body { font: 16px monospace; + text-align: center; } .page { + display: inline-block; + text-align: left; } table td {