Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276976 committed Nov 17, 2024
1 parent 5434ddf commit d8a3072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ main {
.search-bar input[type="text"] {
padding: 0.5em; /* Reduce padding */
width: calc(100% - 2em); /* Adjust width to leave room for the button */
box-sizing: border-box; /* Ensure padding is included in width */
box-sizing: border-box;
}

.search-bar button {
Expand Down

0 comments on commit d8a3072

Please sign in to comment.