Advertisement
artemsemkin

Arrigo: overlay menu

Jan 23rd, 2025 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. .overlay-menu__item-counter {
  2.   display: none;
  3. }
  4.  
  5. .overlay-menu > li > a {
  6.   font-size: 40px;
  7.   font-weight: 300;
  8. }
  9.  
  10. @media only screen and (max-width: 1400px) {
  11.   .overlay-menu > li > a {
  12.     font-size: 32px;
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement