Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if ( window.innerWidth < 768 || window.screen.width < 768) {
  2. var topSoc = document.querySelector('.header-bottom');
  3. toggleStyle(topSoc, "display", "flex");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement