diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 56ed03b329710b6ef2e555e810045dbc7bf8676d..9aa217ed51df16c0a9d6299cdd3e64c4b4e93cb9 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -706,4 +706,16 @@ footer a:hover { align-items: center; justify-content: center; height: 100%; +} + +/* formula style*/ + +.formula_number{ + position: absolute; + right: 20%; + top: '0' +} + +.formula_content{ + position: relative } \ No newline at end of file