Bläddra i källkod

131644 add negative margin to link

soumaeda 2 år sedan
förälder
incheckning
099fa70585
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
   }
 }