From 5f00b4bfddfc9fae5c12f0305d58eacbb6fc05a9 Mon Sep 17 00:00:00 2001 From: kexogg Date: Mon, 19 Feb 2024 02:55:33 +0500 Subject: [PATCH] fix padding --- src/App.tsx | 2 +- src/components/Table/Table.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9482ba5..1803207 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import './App.css' -import { BrowserRouter, Navigate, Route, Routes } from 'react-router-dom' +import { BrowserRouter, Route, Routes } from 'react-router-dom' import Layout from './pages/Layout/Layout.tsx' import Home from './pages/Home/Home.tsx' import Profile from './pages/Profile/Profile.tsx' diff --git a/src/components/Table/Table.module.css b/src/components/Table/Table.module.css index 36a1d66..67f0029 100644 --- a/src/components/Table/Table.module.css +++ b/src/components/Table/Table.module.css @@ -17,7 +17,7 @@ } .table th, .table td { - padding: 0.75rem 2rem; + padding: 2rem 0.75rem; } .table tbody, table thead {