Advertisement
srikat

Untitled

Dec 2nd, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. .menu-secondary > li:first-child a:hover {
  2.     border-bottom: none;
  3. }
  4.  
  5. .menu-secondary {
  6.     padding-top: 10px;
  7. }
  8.  
  9. #menu-item-63 {
  10.     margin-left: 620px;
  11. }
  12.  
  13. @media only screen and (max-width: 1024px) {
  14.  
  15.     #menu-item-63 {
  16.         margin-left: 530px;
  17.     }
  18.  
  19. }
  20.  
  21. @media only screen and (max-width: 768px) {
  22.  
  23.     #menu-item-63 {
  24.         margin-left: 250px;
  25.     }
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement