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