Selaa lähdekoodia

131644 add negative margin to link

soumaeda 2 vuotta sitten
vanhempi
sitoutus
099fa70585
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
   }
 }