Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Atelloblue <[email protected]>
  • Loading branch information
Atelloblue authored Sep 18, 2024
1 parent fe8e94a commit 411ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ div#gsc-iw-id1.gsc-input-box {
/* Adjust the size if the device width is smaller than 550px */
@media screen and (max-width: 550px) {
div#gsc-iw-id1.gsc-input-box {
width: 85%; /* Adjust the width to be responsive */
width: 100%; /* Adjust the width to be responsive */
padding: 8px;
margin-left: 0px; /* Move the box a tiny bit to the left */
top: -10px; /* Slight adjustment to keep alignment */
Expand Down

0 comments on commit 411ae0d

Please sign in to comment.