diff --git a/frontend/style/style.css b/frontend/style/style.css index aadc0acb..817c5b8c 100644 --- a/frontend/style/style.css +++ b/frontend/style/style.css @@ -228,10 +228,6 @@ footer { display: none !important; } -.jn-loading { - margin-top: 50vh; -} - .jn-dark-mode-help-border { border-color: #a8a8a863 !important; } diff --git a/index.html b/index.html index 9dd3d2c7..70e0bdc5 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ } .jn-loading { - margin-top: 20vh; + margin-top: 30vh; display: flex; flex-direction: column; align-items: center;