forked from abner/for-legacy-web
19 lines
308 B
SCSS
19 lines
308 B
SCSS
.invite {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
code {
|
|
padding: 1em;
|
|
user-select: all;
|
|
font-size: 1.4em;
|
|
text-align: center;
|
|
font-family: var(--monospace-font);
|
|
}
|
|
}
|
|
|
|
.column {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|