summaryrefslogtreecommitdiff
path: root/tools/input-lag/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/input-lag/css/main.css')
-rw-r--r--tools/input-lag/css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/input-lag/css/main.css b/tools/input-lag/css/main.css
new file mode 100644
index 0000000..a044e24
--- /dev/null
+++ b/tools/input-lag/css/main.css
@@ -0,0 +1,13 @@
+body {
+ margin: 0;
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+}
+
+svg {
+ width: 100%;
+ height: 100%;
+} \ No newline at end of file