Skip to content

Commit c1ffad6

Browse files
committed
feat(CSS): add following declarations padding-left: 10px;
padding-top: 10px; to .computation-history
1 parent 8f8fd55 commit c1ffad6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ body {
4949
display: flex;
5050
flex-direction: column;
5151
visibility: hidden;
52+
padding-left: 10px;
53+
padding-top: 10px;
5254
}
5355

5456
.computation-history.visility {

index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ function userClicksOnEqualButton(button) {
213213

214214

215215

216-
217-
218-
219-
220-
221-
222216
displayResult(replacedArray, result);
223217
screen.innerText = !Number.isFinite(result) ? "You cannot divide by zero. Press AC" : result;
224218
// divideByZero(screen, result);

0 commit comments

Comments
 (0)