Skip to content

Commit dcb1ff5

Browse files
committed
chore: font-size 변경
1 parent 9cc4a60 commit dcb1ff5

File tree

1 file changed

+5
-5
lines changed
  • apps/client/src/pages/about/leadership

1 file changed

+5
-5
lines changed

apps/client/src/pages/about/leadership/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const LeadershipPage = () => {
128128
<div className="mb-5">
129129
<div className="mb-2 flex items-center gap-2">
130130
<div className="h-px flex-1 bg-[#D0D5E0]" />
131-
<p className="text-sm font-bold tracking-widest text-[#001F54]">학력</p>
131+
<p className="text-base font-bold tracking-widest text-[#001F54] md:text-lg">학력</p>
132132
</div>
133133
<ul className="space-y-2 text-base md:text-lg text-[#444]">
134134
<li className="flex items-center gap-2">
@@ -154,7 +154,7 @@ const LeadershipPage = () => {
154154
<div className="mb-5">
155155
<div className="mb-2 flex items-center gap-2">
156156
<div className="h-px flex-1 bg-[#D0D5E0]" />
157-
<p className="text-sm font-bold tracking-widest text-[#001F54]">사역 경력</p>
157+
<p className="text-base font-bold tracking-widest text-[#001F54] md:text-lg">사역 경력</p>
158158
</div>
159159
<ul className="space-y-2 text-base md:text-lg text-[#444]">
160160
{["강남교회", "시카고아가페장로교회", "Sojourn Community Church", "사랑의교회"].map((item) => (
@@ -170,7 +170,7 @@ const LeadershipPage = () => {
170170
<div>
171171
<div className="mb-2 flex items-center gap-2">
172172
<div className="h-px flex-1 bg-[#D0D5E0]" />
173-
<p className="text-sm font-bold tracking-widest text-[#001F54]">현재 활동</p>
173+
<p className="text-base font-bold tracking-widest text-[#001F54] md:text-lg">현재 활동</p>
174174
</div>
175175
<ul className="space-y-2 text-base md:text-lg text-[#444]">
176176
{[
@@ -240,11 +240,11 @@ const LeadershipPage = () => {
240240
className="flex items-start gap-3 rounded-xl border border-[#E6E6E6] p-4"
241241
>
242242
{book.img ? (
243-
<div className="h-16 w-12 shrink-0 overflow-hidden rounded">
243+
<div className="h-28 w-20 shrink-0 overflow-hidden rounded">
244244
<img src={book.img} alt={book.title} className="h-full w-full object-cover" />
245245
</div>
246246
) : (
247-
<div className="flex h-16 w-12 shrink-0 items-center justify-center rounded bg-[#001F54]/10">
247+
<div className="flex h-28 w-20 shrink-0 items-center justify-center rounded bg-[#001F54]/10">
248248
<svg
249249
className="size-4 text-[#001F54]"
250250
fill="none"

0 commit comments

Comments
 (0)