Last active
May 17, 2018 16:28
-
-
Save 019ec6e2/2968f7a58008f572ec4f103543e08805 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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