Skip to content

Commit dcf5db1

Browse files
Fixed Font Size
1 parent 879b4f4 commit dcf5db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ <h1><a style="text-decoration: none; color: #f1c40f; margin-left: 1.25rem;" href
8787
<td>
8888
<div class="row">
8989
<div class="col">
90-
<button style="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 8vw;font-size: 35px;" onclick="clearAll()">C</button>
90+
<button style="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 8vw;" onclick="clearAll()">C</button>
9191
</div>
9292
<div class="col">
93-
<button style="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 8vw;font-size: 35px;" onclick="deleteLastEntry()">CE</button>
93+
<button style="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 8vw;" onclick="deleteLastEntry()">CE</button>
9494
</div>
9595
</div>
9696

0 commit comments

Comments
 (0)