Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
resizing image
  • Loading branch information
MilitantMom authored Nov 14, 2024
1 parent faea811 commit 8937775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ body {

/* Logo Styling */
.logo {
width: 30px; /* Adjust size to be smaller */
height: auto;
width: 40px; /* Adjust the width to a smaller size */
height: auto; /* Maintain aspect ratio */
margin-right: 10px; /* Space between the logo and the first navigation link */
vertical-align: middle; /* Align with the middle of the text */
}
Expand Down

0 comments on commit 8937775

Please sign in to comment.