Commit d287a110 by Kyle Fiedler

Made calc answer input whole width

parent de3fd877
...@@ -247,8 +247,8 @@ div#calculator_div { ...@@ -247,8 +247,8 @@ div#calculator_div {
border: 0; border: 0;
background: none; background: none;
padding: lh(.35); padding: lh(.35);
width: 60px;
font-size: 24px; font-size: 24px;
width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px; margin-top: 4px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment