Skip to content

Commit 5f9674d

Browse files
committed
Update 1.5
1 parent 3d49a8b commit 5f9674d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<div class="calculator-big-screen">
13-
<input type="text" id="number-box" class="number-box" minlength="1" maxlength="15">
13+
<input type="text" id="number-box" class="number-box" minlength="1" maxlength="10">
1414
<div class="calculator-container">
1515
<button class="clear-btn">AC</button>
1616
<button class="btn" data-set="%">%</button>

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ body{
5757
width: 100%;
5858
height: 50px;
5959
border: none;
60+
outline: none;
6061
border-radius: 10px;
6162
background-color: #cbe2f1a5;
6263
box-shadow: 0 0 2px var(--grey-clr);

0 commit comments

Comments
 (0)