Skip to content

Commit

Permalink
style: add seminar border & wrap circle with text
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshanen committed Nov 11, 2024
1 parent db3e4b8 commit 04915c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/modules/home/_components/seminar-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ type Props = {

export function SeminarTable({ seminars }: Props) {
return (
<div className="h-[80svh] overflow-auto rounded-lg">
<div className="overflow-auto rounded-lg">
<table className="w-full table-auto border-collapse animate-fade rounded-lg border-none bg-linear-gray-orange">
<thead>
<tr>
<th className="md:pl-15 mx-6 w-1/3 animate-fade border-none py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
<th className="md:pl-15 mx-6 w-1/3 animate-fade border-b-2 border-gray-300 py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
เวลา
</th>
<th className="w-1/3 animate-fade border-none py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
<th className="w-1/3 animate-fade border-b-2 border-gray-300 py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
ห้องที่ 1 (001)
</th>
<th className="w-1/3 animate-fade border-none py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
<th className="w-1/3 animate-fade border-b-2 border-gray-300 py-3 pl-10 text-left md:py-6 lg:py-8 lg:pl-20">
ห้องที่ 2 (002)
</th>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/home/_sections/seminar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export default async function Seminar() {
className="object-cover"
/>
</div>
<div className="absolute left-6 top-20 h-20 w-20 rounded-full bg-orange-100 opacity-50 blur-2xl sm:h-16 sm:w-16 md:h-48 md:w-48 md:opacity-25 xl:left-10 xl:h-60 xl:w-60"></div>
<div className="absolute left-0 top-20 h-24 w-32 rounded-full bg-orange-200 opacity-50 blur-3xl sm:h-28 sm:w-36 md:h-64 md:w-80 md:opacity-25 xl:left-14 xl:h-96 xl:w-72"></div>

<div className="relative mx-auto flex w-10/12 flex-col md:w-3/4">
<div className="xl:-left-30 xl:-top-30 absolute -left-10 -top-10 h-20 w-20 rounded-full bg-orange-100 opacity-50 blur-2xl sm:-left-8 sm:-top-8 sm:h-16 sm:w-16 md:-left-24 md:-top-24 md:h-48 md:w-48 md:opacity-25 xl:h-60 xl:w-60"></div>
<div className="sm:-left-18 absolute -left-16 -top-12 h-24 w-32 rounded-full bg-orange-200 opacity-50 blur-3xl sm:-top-14 sm:h-28 sm:w-36 md:-left-40 md:-top-32 md:h-64 md:w-80 md:opacity-25 xl:-left-36 xl:-top-40 xl:h-96 xl:w-72"></div>
<h2 className="w-full text-3xl font-bold sm:text-3xl md:text-4xl">
กำหนดการสัมมนา
</h2>
Expand Down

0 comments on commit 04915c8

Please sign in to comment.