summaryrefslogtreecommitdiffstats
path: root/src/components/Main/Main.module.scss
blob: 819474c41f2eaa295f51b764e18da5c571ea2e0c (plain)
1
2
3
4
5
6
7
.wrapper {
  flex: 1;

  :global {
    animation: fade-in 1.5s ease-in-out 0s 1;
  }
}