/ src / theme / Layout / styles.module.css
styles.module.css
 1  html,
 2  body {
 3    height: 100%;
 4  }
 5  
 6  .mainWrapper {
 7    flex: 1 0 auto;
 8    display: flex;
 9    flex-direction: column;
10  }
11  
12  /* Docusaurus-specific utility class */
13  :global(.docusaurus-mt-lg) {
14    margin-top: 3rem;
15  }
16  
17  :global(#__docusaurus) {
18    min-height: 100%;
19    display: flex;
20    flex-direction: column;
21  }
22  
23  .toastMargin {
24    margin-top: 48px;
25  }