<style> html { scroll-behavior: smooth; scroll-padding-top: 180px; } @media(max-width: 767px) { html { scroll-padding-top: 80px; } } </style>