Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Sep 6, 2024
1 parent 80630d9 commit 4943289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<form
action="#"
data-qa="big"
class="form"
>
<input
type="text"
Expand All @@ -31,6 +32,7 @@
<form
action="#"
data-qa="small"
class="form"
>
<input
type="text"
Expand Down
5 changes: 4 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ body {
margin-top: 0;
}

.form {
margin-top: 20px;
}

.search-bar {
width: 100%;
font-family: Avenir, sans-serif;
color: #3d4e61;
margin-top: 20px;
border: 1px solid #e1e7ed;
box-sizing: border-box;
}
Expand Down

0 comments on commit 4943289

Please sign in to comment.