From 1355304e6d63c63db373a7ad44668df1015ef55c Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 2 Oct 2016 01:35:28 +0200 Subject: [PATCH] Fixed width --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index b2a4078..bca2aa4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -7,6 +7,7 @@ body{ padding: 0px; margin: 0px; height:300px; + width: 300px; } .cover-card > p { text-align: center; @@ -22,4 +23,4 @@ body{ background-color: rgba(6,6,6,0.3); color: white; text-shadow: 3px 3px 10px #000; -} \ No newline at end of file +}