File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export default function StaticMarkdownPage({
130130 src = { recentBlog [ 0 ] . frontmatter . cover }
131131 width = { 800 }
132132 height = { 450 }
133- className = 'object-cover w-full h-full opacity-70'
133+ className = 'object-cover w-full h-full opacity-70 blur-[5px] '
134134 alt = 'hero image example'
135135 />
136136 </ div >
@@ -142,7 +142,7 @@ export default function StaticMarkdownPage({
142142 < h1 className = 'text-h1mobile ab1:text-h1 sm:text-h2 font-semibold text-stroke-1 mr-6 dark:slate-300' >
143143 { recentBlog [ 0 ] . frontmatter . title }
144144 </ h1 >
145- < div className = 'flex ml-2 mb-2 ' >
145+ < div className = 'flex ml-2 mb-2 gap-2 ' >
146146 < div
147147 className = 'bg-slate-50 h-10 w-10 lg:h-[44px] lg:w-[44px] rounded-full -ml-3 bg-cover bg-center border-2 border-white'
148148 style = { {
You can’t perform that action at this time.
0 commit comments