Skip to content

Commit

Permalink
made calculator responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Eien2 committed Aug 20, 2024
1 parent 31c0695 commit 63111bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Styles/calculator.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,14 @@
font-size: 1.2rem;
font-family: var(--calculator-font);
}

@media (max-width: 1000px) {
.calculator {
flex-direction: column;
}

.history {
margin-left: 0;
margin-top: 50px;
}
}

0 comments on commit 63111bd

Please sign in to comment.