diff options
author | Anthony Wang | 2024-01-30 00:15:58 +0000 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:17 +0000 |
commit | a039dbbccde71bcfcd0278effc49cf98e0b4c28b (patch) | |
tree | 55ea1de3d66c8c0f3a15bec82784791788055736 /style.css | |
parent | 04d15f2b1dbe2bf5d051569917acdef4baa724dc (diff) |
Set body margin: 0 so body fills the entire screen
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ body { position: fixed; + margin: 0; overflow: hidden; touch-action: none; } |