Skip to content

Commit

Permalink
fix table header
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Jun 27, 2024
1 parent 9e3acc1 commit 982735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function Home() {

<AppContainer className="pb-16 md:pb-[120px]">
<div className="!max-w-[640px] mx-auto">
<TableWrapper className="hidden md:block px-8">
<TableWrapper className="hidden md:!grid px-8">
<div className=" col-span-2"></div>
<TableContent className="text-center">
<span className="text-primary font-bold py-4 font-inter text-xs md:text-2xl">TLS</span>
Expand Down

0 comments on commit 982735b

Please sign in to comment.