From da516e0c7802d7af5af4c6cc0fbdd041931efcc1 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Sun, 22 Sep 2024 14:23:21 +0000 Subject: [PATCH] Update file App.css --- src/containers/App/App.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 56ed03b..9aa217e 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 -- GitLab