Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media only screen and (max-width: 767px){
- #logo{
- display: none!important;
- }
- #header-leaderboard{
- display: block!important;
- }
- }
- @media only screen and (max-width: 768px) and (min-width: 480px){
- #logo{
- display: none!important;
- }
- #header-leaderboard{
- display: block!important;
- }
- }
- @media only screen and (max-width: 960px) and (min-width: 768px) {
- #logo{
- display: none!important;
- }
- #header-leaderboard{
- display: block!important;
- }
- }
- .menu-logo a:hover{
- background: inherit!important;
- }
- .sticky-wrapper.is-sticky .menu-logo{
- display: inline-block!important;
- float: left;
- }
- .sticky-wrapper.is-sticky .menu-logo a{
- padding: 10px;
- }
- .sticky-wrapper.is-sticky .menu-mobile .menu-logo,
- .menu-mobile .menu-logo{
- display: block!important;
- text-align: center;
- width: 100%;
- }
Add Comment
Please, Sign In to add comment