Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
itzfew authored Mar 20, 2024
1 parent af28d4b commit 69cd5c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.display {
width: 100%;
width: 99%;
margin-bottom: 10px;
padding: 15px;
font-size: 24px;
Expand Down Expand Up @@ -43,6 +43,9 @@ button.remove {
font-weight: bold;
width: calc(50% - 5px); /* Set width to fit 50% of the calculator with spacing */
margin-right: 5px; /* Add some spacing between buttons */
display: grid;
grid-template-columns: repeat(2, 1fr); /* two columns for buttons */

}

@media (max-width: 768px) {
Expand Down

0 comments on commit 69cd5c2

Please sign in to comment.