5 lines
90 B
CSS
5 lines
90 B
CSS
@import "tailwindcss";
|
|
|
|
* { scroll-behavior: smooth; }
|
|
html { scroll-padding-top: 80px; }
|