summaryrefslogtreecommitdiff
path: root/web/src/components/grid/index.css
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:05:04 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:10:04 +0300
commit1b8d05bf83d7bd9ab425852f519ea81bdc379444 (patch)
treea2555ce10f3c607c6809d020ba4d31fa3c05c7fb /web/src/components/grid/index.css
parent5404a95c15e176d25728bf1a319ddb9828b23625 (diff)
feat(web): render and draw grid
Diffstat (limited to 'web/src/components/grid/index.css')
-rw-r--r--web/src/components/grid/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/components/grid/index.css b/web/src/components/grid/index.css
index 296c155..0fad720 100644
--- a/web/src/components/grid/index.css
+++ b/web/src/components/grid/index.css
@@ -1,8 +1,8 @@
ntv-grid {
display: block;
+ padding: 1.5rem;
}
ntv-grid > canvas {
display: block;
- width: 100%;
}