Browse Source

131644 add negative margin to link

soumaeda 2 years ago
parent
commit
099fa70585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/LoginForm.module.scss

+ 1 - 1
apps/app/src/components/LoginForm.module.scss

@@ -12,7 +12,7 @@
 
   .link-growi-org {
     position: absolute;
-    bottom: 9px;
     z-index: 3;
+    margin-top: -1.75rem;
   }
 }