Skip to content

Instantly share code, notes, and snippets.

@KurtWM
Last active December 26, 2015 01:19
Show Gist options
  • Save KurtWM/7071008 to your computer and use it in GitHub Desktop.
Save KurtWM/7071008 to your computer and use it in GitHub Desktop.
.top-bar-section .right {
display: none;
}
#main .live-prayer {
height: 0;
padding: 0;
overflow: visible;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
#main .live-prayer a {
width: 32%; /*33.333%;*/
text-align: center;
margin-right: 1%;
}
@media only screen and (max-width: 979px) {
#main .live-prayer a {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment