// There are 5 divs of class panel
@media(max-width: 480px) {
.panel:nth-of-type(4),
.panel:nth-of-type(5) {
display: none;
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter