Skip to content

Commit

Permalink
Google Logo Adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal committed Jul 16, 2024
1 parent 10a307b commit 206f884
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Image-Gallery/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,11 @@ body {
#next {
left: 100%;
}

.goog-te-gadget img {
vertical-align: middle;
border: none;
width: 100px; /* Ensure the width is set to auto */
height: auto; /* Ensure the height is set to auto */
max-width: 100%; /* Adjust this value if needed */
max-height: 100%; /* Adjust this value if needed */
}

0 comments on commit 206f884

Please sign in to comment.