From 206f8842d2067487f81f4ae8efb88efd1e8557cd Mon Sep 17 00:00:00 2001 From: Ashmita Date: Tue, 16 Jul 2024 22:22:35 +0530 Subject: [PATCH] Google Logo Adjustment --- Image-Gallery/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index a6f2c2dc..c7d33407 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -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 */ +}