fireflythemes

Header Image Jetblack

Oct 20th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media (min-width:350px) {
  2.     .header-one #custom-header {
  3.         padding: 100px 0;
  4.     }
  5. }
  6.  
  7. @media (min-width:641px) {
  8.     .header-one #custom-header {
  9.         padding: 200px 0;
  10.     }
  11. }
  12.  
  13. @media (min-width:1025px) {
  14.     .header-one #custom-header {
  15.         padding: 250px 0;
  16.     }
  17. }
  18.  
  19. @media (min-width:1281px) {
  20.     .header-one #custom-header {
  21.         padding: 380px 0;
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment