diff --git a/css/style.css b/css/style.css index bb1eb47..cb1551d 100644 --- a/css/style.css +++ b/css/style.css @@ -654,10 +654,13 @@ input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focu .footer-logo .logo { margin-top: 20px; display: inline-block; + margin: 0; + display: grid; + place-items: center; } .footer-logo .logo > img { - max-height:30px; + max-height:100px; } /* -- Footer Nav -- */ diff --git a/img/logo-alt.png b/img/logo-alt.png index 6065ace..4d85ef5 100644 Binary files a/img/logo-alt.png and b/img/logo-alt.png differ diff --git a/img/logo.png b/img/logo.png index 98a6b92..c658b52 100644 Binary files a/img/logo.png and b/img/logo.png differ