Skip to content

Commit e67226d

Browse files
#27 Set width auto when screen is lower than 480 width
1 parent 9b8aee5 commit e67226d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/styles/events.scss

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@
1111
margin: 0;
1212
}
1313
}
14-
}
14+
}
15+
16+
@media only screen and (max-width: 480px){
17+
.events{
18+
&-empty-state{
19+
width: auto;
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)