File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -127,5 +127,7 @@ body {
127127 grid-column-end : 2 ;
128128}
129129
130-
131-
130+ .equals {
131+ grid-column : 4 ;
132+ grid-row : 5 / span 2 ;
133+ }
Original file line number Diff line number Diff line change 2929 < button data-value ="0 " class ="child zero " aria-label ="Number 0 "> 0</ button >
3030 < button data-value ="DE " class ="child DE " aria-label ="Delete "> DE</ button >
3131 < button data-value =". " class ="child " aria-label ="Decimal point "> .</ button >
32- < button data-value ="= " data-operator class ="child operator " aria-label ="Equal sign "> =</ button >
32+ < button data-value ="= " data-operator class ="child operator equals " aria-label ="Equal sign "> =</ button >
3333 < button data-value ="history " class ="history-btn " aria-label ="History button "> history</ button >
3434 < button data-value ="( " data-operator class ="child operator " aria-label ="Opening parenthesis "> (</ button >
3535 < button data-value =") " data-operator class ="child operator " aria-label ="Closing parenthesis "> )</ button >
You can’t perform that action at this time.
0 commit comments