File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " portfolio-astro" ,
33 "type" : " module" ,
4- "version" : " 0.0.1" ,
4+ "private" : true ,
5+ "version" : " 0.0.0" ,
56 "scripts" : {
67 "dev" : " astro dev --open" ,
78 "start" : " astro dev" ,
Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ const nextEntry = projects[(currentIndex + 1) % projects.length];
6666 }
6767 </div >
6868
69- <h1 class =" mb-1 text-4xl font-medium dark:text-white" >{ title } </h1 >
69+ <h1 class =" mb-1 text-3xl dark:text-white" >{ title } </h1 >
7070 <p class =" opacity-60" >
7171 <FormattedDate date ={ pubDate } />
7272 </p >
7373 { description && <p class = " mb-12 text-pretty" >{ description } </p >}
7474
7575 <!-- badges -->
76- <div class =" mb-4 text-lg dark:text-white" >Tools used</div >
76+ <h2 class =" mb-4 text-lg dark:text-white" >Tools used</h2 >
7777 <ul class =" mb-6 flex list-none flex-wrap gap-2.5" >
7878 {
7979 tags .map ((tag ) => (
You can’t perform that action at this time.
0 commit comments