Skip to content

Commit

Permalink
reponsividade final
Browse files Browse the repository at this point in the history
  • Loading branch information
Izabela-dsn committed Jan 28, 2022
1 parent b0fcb70 commit 65c6e4e
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,27 @@
margin-bottom: 1rem;
}
}
@media (max-width: 625px) {
main {
margin: 0 1rem;
}
input[type='number'] {
font-size: 20px;
}
.calculator label {
font-size: 22px;
}
.calculator .tips .percentage {
font-size: 24px;
}
.total p:last-child {
font-size: 30px;
}
}
@media (max-width: 375px) {
header {
margin: 3rem auto;
}
main {
margin: 0 1rem;
}

.total:last-child {
margin-bottom: 4rem;
Expand Down

0 comments on commit 65c6e4e

Please sign in to comment.