Advertisement
srikat

Untitled

Jan 20th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @media only screen and (max-width: 800px) {
  2.  
  3. .front-page-1 .widget {
  4. max-width: 380px;
  5. left: 0;
  6. transform: translate(0, -50%);
  7. }
  8.  
  9. .front-page-1 .textwidget a.button {
  10. text-align: center;
  11. }
  12.  
  13. }
  14.  
  15. @media only screen and (max-width: 684px) {
  16.  
  17. .front-page-1 .widget {
  18. max-width: 320px;
  19. }
  20.  
  21. }
  22.  
  23. @media only screen and (max-width: 600px) {
  24.  
  25. .front-page-1 .widget {
  26. max-width: 240px;
  27. }
  28.  
  29. }
  30.  
  31. @media only screen and (max-width: 500px) {
  32.  
  33. .front-page-1 .widget {
  34. max-width: 180px;
  35. }
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement