Skip to content

Commit

Permalink
tamaño
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276976 committed Nov 17, 2024
1 parent 679514f commit 5434ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ main {
}

.search-bar {
width: 100%;
width: 95%;
margin-top: 1em;
}

Expand All @@ -90,7 +90,7 @@ main {

.search-bar {
margin-top: 1em; /* Space between nav and search bar */
width: 100%; /* Search bar takes full width of container */
width: 90%;
flex-direction: row; /* Align input and button horizontally */
}

Expand Down

0 comments on commit 5434ddf

Please sign in to comment.