aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/invite.scss
blob: bfb1a4b6bedf83a6975191020e44b7f2bbdb207c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.invite__form {
  /* play with values to see different layouts */
  // display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.invite__embed {
  text-align: center;
}

.invite__embed--button {
  width: 100%;
}