aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.css')
-rw-r--r--frontend/src/App.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css
index eb39d85..8325f87 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -18,7 +18,7 @@ a {
18} 18}
19 19
20body { 20body {
21 overflow: hidden; 21 overflow-x: hidden;
22 background-color: #141520; 22 background-color: #141520;
23 margin: 0; 23 margin: 0;
24} 24}