From b87a78fb176b5750ee210b2dcc3f6e4b55f26819 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 28 May 2013 11:28:05 -0500 Subject: [PATCH] Tweak welcome page. --- app/views/hello.php | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/app/views/hello.php b/app/views/hello.php index 05b45cb3..175f47a9 100644 --- a/app/views/hello.php +++ b/app/views/hello.php @@ -10,12 +10,17 @@ margin:0; font-family:'Lato', sans-serif; text-align:center; + color: #999; } - .logo { - display:block; - width:135px; - margin:6em auto 2em; + .welcome { + width: 300px; + height: 300px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -150px; + margin-top: -150px; } a, a:visited { @@ -39,18 +44,9 @@ - -

Thanks for choosing Laravel!

- -

- Now that you're up and running, it's time to start creating! - Here are some links to help you get started: -

- - +
+ +

You have arrived.

+