Please Log in or Create an account to join the conversation.
#jp-right {
width: 780px;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
/* Responsive Utility Classes
*/
.hidden-desktop { display: none; }
/* Only Phones */
@media (max-width: 767px) {
.hidden-desktop { display: block; }
.hidden-phone { display: none; }
}
/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
.hidden-desktop { display: block; }
.hidden-tablet { display: none; }
}
Please Log in or Create an account to join the conversation.