Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek committed Aug 22, 2023
1 parent 3fda82c commit 18fc800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
label {
font-size: 20px;
font-size: 1.4vw;
display: block;
}

Expand All @@ -13,7 +13,7 @@ textarea {
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 20px;
font-size: 1.4vw;
}

input[type="number"] {
Expand All @@ -24,7 +24,7 @@ input[type="number"] {
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 20px;
font-size: 1.4vw;
}

#price {
Expand Down

0 comments on commit 18fc800

Please sign in to comment.