fixed showcase to display well on mobile

This commit is contained in:
Nader Dabit 2015-12-17 10:35:16 -06:00
parent f9dfb90a35
commit 606b914209

View File

@ -1214,3 +1214,11 @@ div[data-twttr-id] iframe {
margin: 0; margin: 0;
} }
} }
@media only screen and (max-device-width: 840px) {
.showcaseSection .inner-content {
width: 100%;
}
}