diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-13 09:37:14 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-13 09:37:14 +0100 |
commit | 13944b526f302b5e8d82885dd236d922dfd13b6b (patch) | |
tree | 5c97c6b8cd617307f80bd229bfddb51bcc4301b7 /style.css | |
parent | e33747e7b3bfdd887d29dd0022586e4a79535fde (diff) |
style: added documentation with JSDoc and html comments
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -html, body { +body { margin: 0px; scroll-behavior: smooth; padding-top: 100dvh; |