Quellcode durchsuchen

131644 add negative margin to link

soumaeda vor 2 Jahren
Ursprung
Commit
099fa70585
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
   }
 }