Skip to content

Commit 9b802ab

Browse files
committed
fix
1 parent 63a1a2b commit 9b802ab

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

components/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Banner(props: BannerProps): React.ReactElement {
1414

1515
return (
1616
<div className='fade-in banner flex flex-1 flex-col justify-center px-6 py-10 dark:text-white lg:px-10'>
17-
<h1 className='text-3xl font-bold text-shadow-sm dark:text-white lg:text-5xl'>
17+
<h1 className='text-3xl font-bold dark:text-white lg:text-5xl'>
1818
Hi, I am <span className='name-gradient'>{frontMatter.shortname}</span>
1919
</h1>
2020
<p className='mt-2 mb-3 text-lg lg:my-4 lg:text-2xl'>

css/global.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,3 @@
170170
background-position: 100% 100%;
171171
}
172172
}
173-
174-
.text-shadow-sm {
175-
text-shadow: 0px 1px 0px rgb(0 0 0 / 0.15);
176-
}

0 commit comments

Comments
 (0)