Skip to content

Instantly share code, notes, and snippets.

@019ec6e2
Last active May 17, 2018 16:28
Show Gist options
  • Save 019ec6e2/2968f7a58008f572ec4f103543e08805 to your computer and use it in GitHub Desktop.
Save 019ec6e2/2968f7a58008f572ec4f103543e08805 to your computer and use it in GitHub Desktop.
.wsr-top-button-block {
display: none;
margin-bottom: 1em;
}
.wsr-top-button-block > a{
white-space: normal;
font-weight: 300;
}
@media (min-width: @screen-xs) and (max-width: @screen-xs-max) {
.wsr-top-button-block {
display: block !important;
}
}
@media (max-width: @screen-xs) {
.wsr-top-button-block {
display: block !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment