diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index aff479b..f185be7 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -59,8 +59,19 @@ } .m-b-md { + margin-top: 0px; margin-bottom: 30px; } + + .footer { + font-size: 11px; + padding-top: 30%; + } + + .footer > a{ + font-size: 10px; + text-transform: none; + }
@@ -80,15 +91,20 @@