Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @media (max-width: 767px) {
  2. .tm-robin-simple-banner:after, .tm-robin-simple-banner .banner-content {
  3. display: block;
  4. opacity: 1;
  5. }
  6. }
  7. @media (max-width: 1199px) {
  8. .tm-robin-simple-banner .first-line,
  9. .tm-robin-simple-banner .second-line
  10. .tm-robin-simple-banner .third-line {
  11. transform: translateY(0);
  12. }
  13. .tm-robin-simple-banner .banner-button {
  14. color: #fff !important;
  15. transform: translateY(0);
  16. border: 1px solid #111 !important;
  17. background-color: #111 !important;
  18. padding: 10px 20px;
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement