Skip to content

Commit

Permalink
Made Bill Split Calculator responsive (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashishgarg248 authored Jun 3, 2024
1 parent 8f7b484 commit 8a0ebc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Calculators/Bill-Split-Calculator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,18 @@ input:focus {
height: 100%;
background: #495057;
}

@media (max-width: 600px) {
.calculator{
padding: 10px;
max-width: 300px;
}
.input {
height: 40px;
font-size: 18px;
}
.buttons{
height: 40px;
font-size: 15px;
}
}

0 comments on commit 8a0ebc9

Please sign in to comment.