diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-20 17:29:28 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-20 17:29:28 +0200 |
| commit | a7d0a6c409850b3603abb162fa6fd22d2dfd0177 (patch) | |
| tree | 6ea221fb7b1d314409b897b818a33e7fccd51626 /src/frontend/web/index.css | |
| parent | 755c794883467609e425207f6a543d2e8c6d6b46 (diff) | |
frontend: add comptime bundler
Diffstat (limited to 'src/frontend/web/index.css')
| -rw-r--r-- | src/frontend/web/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/web/index.css b/src/frontend/web/index.css new file mode 100644 index 0000000..a93ea47 --- /dev/null +++ b/src/frontend/web/index.css @@ -0,0 +1,4 @@ +body { + padding: 0; + margin: 0; +} |