Skip to content

Commit

Permalink
added logo and updated logo css on website
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrhoads committed Sep 6, 2024
1 parent 5391543 commit c0795d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- */
Expand Down
Binary file modified img/logo-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0795d8

Please sign in to comment.