File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 margin-bottom : 0 ;
1414}
1515
16- .project-header h3 {
16+ .project-header h2 {
1717 margin-top : 0 ;
18+ font-size : larger;
1819}
1920
2021.project-content {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default function Project() {
5656 className = "link"
5757 onClick = { ( ) => navigate ( isMini ? "/mini-projects" : "/projects" ) }
5858 >
59- < h3 > { isMini ? "Mini" : "All" } Projects</ h3 >
59+ < h2 > { isMini ? "Mini" : "All" } Projects</ h2 >
6060 </ button >
6161 </ div >
6262 < div className = "project-content" >
Original file line number Diff line number Diff line change 1111 margin-top : 1.5rem ;
1212 margin-bottom : 0 ;
1313}
14- .projects-header h3 {
14+ .projects-header h2 {
1515 margin-top : 0 ;
16+ font-size : larger;
1617}
1718.projects-content {
1819 display : flex;
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default function Projects() {
9595 < div className = "projects-header" >
9696 < h1 > { isMini ? "Mini" : "My" } Projects</ h1 >
9797 < button className = "link" onClick = { ( ) => navigate ( "/" ) } >
98- < h3 > Back to home</ h3 >
98+ < h2 > Back to home</ h2 >
9999 </ button >
100100 </ div >
101101 < div className = "projects-content" >
You can’t perform that action at this time.
0 commit comments