diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-14 22:01:36 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-14 22:01:36 +0200 |
commit | 15cde428aa51c9eccef1caa61587965c0561a468 (patch) | |
tree | c5fa47acf0cafb6e85ae5ceae2eb3d0e491db4b8 /frontend/src/styles | |
parent | 092b447fc37337b46e07df43846630b7b48bbb38 (diff) | |
parent | e05bb6783e0bc0ce28a80c3e306215a1096c37d1 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/styles')
-rw-r--r-- | frontend/src/styles/helper.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index 1c172058..971a2ed6 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -17,7 +17,8 @@ .bg-controls { position: fixed; bottom: 10px; - right: 10px; + left: 50%; + right: 50%; } .center-horizontal { |