File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ <h1><a style="text-decoration: none; color: #f1c40f; margin-left: 1.25rem;" href
87
87
< td >
88
88
< div class ="row ">
89
89
< div class ="col ">
90
- < button style ="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 140px ;font-size: 35px; " onclick ="clearAll() "> C</ button >
90
+ < button style ="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 8vw ;font-size: 35px; " onclick ="clearAll() "> C</ button >
91
91
</ div >
92
92
< div class ="col ">
93
- < button style ="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 140px ;font-size: 35px; " onclick ="deleteLastEntry() "> CE</ button >
93
+ < button style ="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 8vw ;font-size: 35px; " onclick ="deleteLastEntry() "> CE</ button >
94
94
</ div >
95
95
</ div >
96
96
Original file line number Diff line number Diff line change @@ -275,5 +275,7 @@ input:checked + .toggle-slider:before {
275
275
display : flex;
276
276
font-size : 1rem ;
277
277
justify-content : center;
278
+ max-width : 20vw ;
279
+ margin : auto;
278
280
}
279
281
You can’t perform that action at this time.
0 commit comments