Advertisement
MyListing

Untitled

Jan 4th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /* Make add listing button visible on mobile */
  2. @media only screen and (max-width : 1200px) {
  3. .header-button a {
  4. padding: 10px !important;
  5. }
  6. .header-button {
  7. display: block;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement