jam411 3 سال پیش
والد
کامیت
39ff1ca4d9
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      packages/app/src/components/InvitedForm.tsx
  2. 1 1
      packages/app/src/components/Layout/NoLoginLayout.module.scss

+ 3 - 3
packages/app/src/components/InvitedForm.tsx

@@ -73,7 +73,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
   }
 
   return (
-    <div className="noLogin-dialog p-3 mx-auto" id="noLogin-dialog">
+    <div className="noLogin-dialog px-3 pb-3 mx-auto" id="noLogin-dialog">
       { formNotification() }
       <form role="form" onSubmit={submitHandler} id="invited-form">
         {/* Email Form */}
@@ -142,7 +142,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
           />
         </div>
         {/* Create Button */}
-        <div className="input-group justify-content-center d-flex mt-5">
+        <div className="input-group justify-content-center d-flex mt-4">
           <button type="submit" className="btn btn-fill" id="register">
             <div className="eff"></div>
             <span className="btn-label"><i className="icon-user-follow"></i></span>
@@ -150,7 +150,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
           </button>
         </div>
       </form>
-      <div className="input-group mt-5 d-flex justify-content-center">
+      <div className="input-group mt-4 d-flex justify-content-center">
         <a href="https://growi.org" className="link-growi-org">
           <span className="growi">GROWI</span>.<span className="org">ORG</span>
         </a>

+ 1 - 1
packages/app/src/components/Layout/NoLoginLayout.module.scss

@@ -152,7 +152,7 @@
   }
   .noLogin-header,
   .noLogin-dialog {
-    max-width: 480px;
+    max-width: 400px;
   }
 }