Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexogg committed Feb 18, 2024
1 parent aa45bb1 commit 5f00b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Table/Table.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.table th, .table td {
padding: 0.75rem 2rem;
padding: 2rem 0.75rem;
}

.table tbody, table thead {
Expand Down

0 comments on commit 5f00b4b

Please sign in to comment.