File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const BlogPage = () => {
3939 < p className = "mt-6 text-lg leading-8 text-gray-300" >
4040 Catch up on the latest news and insights.
4141 </ p >
42- < div className = "mt-2 text-center" >
43- < span className = "ml-2 px-2 py-1 text-base font-medium text-gray-200 bg-gray-800 rounded-full" > Total: { posts . length } </ span >
42+ < div className = "mt-4 text-center" >
43+ < span className = "ml-2 px-3 py-1 text-base font-medium text-gray-200 bg-gray-800 rounded-full" > Total: { posts . length } </ span >
4444 </ div >
4545 </ div >
4646 < div className = "mt-16" >
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ const ProjectsPage = () => {
2828 < p className = "mt-6 text-lg leading-8 text-gray-300" >
2929 A collection of my work and experiments.
3030 </ p >
31- < div className = "mt-2 text-center" >
32- < span className = "ml-2 px-2 py-1 text-base font-medium text-gray-200 bg-gray-800 rounded-full" > Total: { projects . length } </ span >
31+ < div className = "mt-4 text-center" >
32+ < span className = "ml-2 px-3 py-1 text-base font-medium text-gray-200 bg-gray-800 rounded-full" > Total: { projects . length } </ span >
3333 </ div >
3434 </ div >
3535 < div className = "mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" >
You can’t perform that action at this time.
0 commit comments