Skip to content

Instantly share code, notes, and snippets.

@KFleeger
Created August 6, 2016 18:26
Show Gist options
  • Save KFleeger/c76f700f3f6a4de653158a20af355cc4 to your computer and use it in GitHub Desktop.
Save KFleeger/c76f700f3f6a4de653158a20af355cc4 to your computer and use it in GitHub Desktop.
.rpwe_widget {
margin-bottom: 30px;
}
.rpwe-li {
width: 33.3%;
float: left;
}
.rpwe-title {
display: none;
}
@media only screen and (max-width:768px){
.rpwe-li {
width: 300px;
float: none;
margin: 0 auto 0;
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment