Remove the fucking background

This commit is contained in:
2025-06-15 11:57:54 +02:00
parent eb20817237
commit 44e97d4aea
3 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.logo {

View File

@@ -1,8 +1,7 @@
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { Toaster } from "@/components/ui/toaster";
import Index from "./pages/Index";
import { Index } from "./pages/Index";
import { RegionPage } from "./pages/RegionPage";
import { SystemView } from "./pages/SystemView";
import NotFound from "./pages/NotFound";

View File

@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@@ -83,4 +84,3 @@
overflow: hidden;
}
}