File tree Expand file tree Collapse file tree
pages/students/[student_id]/goals/[goal_id]/benchmarks/[benchmark_id]/dataEntry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const GoalPage: NextPageWithBreadcrumbs = () => {
4848 < >
4949 < Box sx = { { textAlign : "left" } } >
5050 < h1 > Data Entry</ h1 >
51- < h1 id = { styles . mainH1 } >
51+ < h1 id = { styles . mainh1 } >
5252 { student ?. first_name } { student ?. last_name }
5353 </ h1 >
5454 </ Box >
Original file line number Diff line number Diff line change 1- # mainH1 {
2- font-family : "quicksand" ;
3- font-weight : 600 ;
4- line-height : "100%" ;
5- font-size : "20px" ;
6- letter-spacing : "0%" ;
7- color : "var(--primary)" ;
8- margin-top : "5px" ;
9- margin-bottom : "30px" ;
10- }
11-
12- # goalStack {
13- display : "flex" ;
14- flex-direction : "column" ;
15- align-items : "center" ;
16- width : "100%" ;
17- max-width : "1200px" ;
18- margin : "auto" ;
19- }
1+ . mainh1 {
2+ font-family : "quicksand" ;
3+ font-weight : 600 ;
4+ line-height : "100%" ;
5+ font-size : "20px" ;
6+ letter-spacing : "0%" ;
7+ color : "var(--primary)" ;
8+ margin-top : "5px" ;
9+ margin-bottom : "30px" ;
10+ }
11+
12+ . goalStack {
13+ display : "flex" ;
14+ flex-direction : "column" ;
15+ align-items : "center" ;
16+ width : "100%" ;
17+ max-width : "1200px" ;
18+ margin : "auto" ;
19+ }
You can’t perform that action at this time.
0 commit comments