mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
feat: rounded table
This commit is contained in:
parent
113ac0d95e
commit
cbbab2e562
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@
|
|||
<div class="flex flex-col">
|
||||
<div class="overflow-x-auto sm:-mx-6 lg:-mx-8">
|
||||
<div class="inline-block min-w-full py-4 sm:px-6 lg:px-8">
|
||||
<div class="overflow-hidden">
|
||||
<table class="min-w-full rounded-md border-2 border-[#dfe0e9] text-center rounded-lg">
|
||||
<div class="overflow-hidden rounded-md border-2 border-[#dfe0e9] ">
|
||||
<table class="min-w-full text-center ">
|
||||
<thead class="bg-[#f6f4f4] ">
|
||||
<tr>
|
||||
<th scope="col" class="px-6 py-4 text-sm font-medium text-gray-900">
|
||||
|
|
|
|||
Loading…
Reference in a new issue