diff --git a/resources/public/css/screen.css b/resources/public/css/screen.css index 566a9f6..47ffd2d 100644 --- a/resources/public/css/screen.css +++ b/resources/public/css/screen.css @@ -1,5 +1,16 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; height: 100%; - padding-top: 40px; } + +#logo { + padding-top: 50px; + padding-bottom: 50px; +} + +.asciiart { + margin: 0px auto; + width: 340px; + font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; + white-space: pre; +} \ No newline at end of file diff --git a/resources/views/base.html b/resources/views/base.html index 44b4bef..b5d71d0 100644 --- a/resources/views/base.html +++ b/resources/views/base.html @@ -20,6 +20,18 @@
+