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 +}