5 lines
73 B
SCSS
5 lines
73 B
SCSS
#invites-form {
|
|
@media (min-width: 48em) {
|
|
min-width: 400px;
|
|
}
|
|
}
|