diff --git a/src/styles/global.css b/src/styles/global.css index 8c21d6a..79e92b0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -11,6 +11,18 @@ @layer base { html { scroll-behavior: smooth; + @apply scroll-pt-20; /* 5rem = 80px */ + } + + body { + @apply scroll-pt-20; /* 5rem = 80px */ + } + + input, + textarea, + select, + [contenteditable="true"] { + @apply scroll-mt-32; /* 6rem = 96px */ } }