Skip to content

Commit f99d95a

Browse files
committed
feat: Style result page header title
1 parent 87ba967 commit f99d95a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/Result/style.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export const headerTitleStyle: { [key: string]: string } = {
3030
position: "absolute",
3131
left: "50%",
3232
transform: "translateX(-50%)",
33+
fontSize: "30px",
34+
fontWeight: "bold",
3335
};
3436

3537
export const topRankingStyle: { [key: string]: string } = {

0 commit comments

Comments
 (0)