Explorar el Código

131644 add negative margin to link

soumaeda hace 2 años
padre
commit
099fa70585
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   }
 }