Merge pull request #4847 from dabit3/showcase-work-well-on-mobile
fixed showcase to display well on mobile
This commit is contained in:
commit
7f2940e160
|
@ -1214,3 +1214,11 @@ div[data-twttr-id] iframe {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-device-width: 840px) {
|
||||
.showcaseSection .inner-content {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue