diff --git a/app/views/hello.php b/app/views/hello.php index 80f6ead2..236c4ade 100644 --- a/app/views/hello.php +++ b/app/views/hello.php @@ -14,17 +14,16 @@ } .welcome { - width: 300px; - height: 200px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -150px; - margin-top: -100px; + width: 300px; + height: 200px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -150px; + margin-top: -100px; } a, a:visited { - display: block; text-decoration:none; }