Skip to content

Commit fb11559

Browse files
committed
Check test
1 parent f49a703 commit fb11559

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/pages/students/[student_id]/goals/[goal_id]/benchmarks/[benchmark_id]/dataEntry/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/styles/DataEntry.module.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,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-
}
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+
}

0 commit comments

Comments
 (0)