summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2025-01-13 09:37:14 +0100
committerOrangerot <purple@orangerot.dev>2025-01-13 09:37:14 +0100
commit13944b526f302b5e8d82885dd236d922dfd13b6b (patch)
tree5c97c6b8cd617307f80bd229bfddb51bcc4301b7 /style.css
parente33747e7b3bfdd887d29dd0022586e4a79535fde (diff)
style: added documentation with JSDoc and html comments
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 85a8268..4798e74 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-html, body {
+body {
margin: 0px;
scroll-behavior: smooth;
padding-top: 100dvh;