File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ export default async function Projects({
12
12
13
13
return (
14
14
< >
15
- < h1 className = "text-3xl font-bold text-blue-500 mb-4" >
15
+ < h1 className = "text-3xl font-bold text-blue-500 lg: mb-4" >
16
16
{ dictionary . PROJECTS . TITLE }
17
17
</ h1 >
18
- < section className = "my-4 text-justify text-lg w-full" >
18
+ < section className = "my-2 lg:my- 4 text-justify text-lg w-full" >
19
19
{ dictionary . PROJECTS . DESCRIPTION }
20
20
< ul className = "flex flex-col gap-3 my-4 text-left" >
21
21
< li className = "list-disc ml-6" >
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ export default async function Stack({ params }: { params: { lang: Locale } }) {
16
16
17
17
return (
18
18
< >
19
- < h1 className = "text-3xl font-bold text-blue-500 mb-4" >
19
+ < h1 className = "text-3xl font-bold text-blue-500 lg: mb-4" >
20
20
{ dictionary . STACK . TITLE }
21
21
</ h1 >
22
- < p className = "my-4 text-justify text-lg w-full" >
22
+ < p className = "my-2 lg:my- 4 text-justify text-lg w-full" >
23
23
{ dictionary . STACK . DESCRIPTION }
24
24
</ p >
25
25
< StackSection
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const PersonalInfoSection = ({
29
29
{ dictionary . SOFT_SKILLS . LIST . map ( ( skill ) => (
30
30
< li
31
31
key = { skill }
32
- className = "bg-black/[0.7] px-4 py-2 text-sm tracking-wider text-white rounded-full dark:text-white/70"
32
+ className = "bg-black/[0.7] text-sm tracking-wider text-white rounded-full dark:text-white/70 dark:bg-white/10 flex items-center px-4 py-2 "
33
33
>
34
34
{ skill }
35
35
</ li >
You can’t perform that action at this time.
0 commit comments