Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
Test front size
  • Loading branch information
7his15CYS authored Jul 10, 2024
1 parent f2d093e commit fb5d7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export function Header(){
const navigate = useNavigate()
return (
<div className="w-100 pt-5 pb-4 rounded">
<p className="fs-2 fw-bold" onClick={() => navigate("/")} style={{cursor: "pointer"}}>資訊安全實驗室</p>
<p className="fs-2 fw-bold" onClick={() => navigate("/")} style={{cursor: "pointer", fontSize: "2rem"}}>資訊安全實驗室</p>
<h6 className="m-0" ><small style={{color: "#ffffff99"}}>國立臺北科技大學 資訊工程學系</small></h6>
</div>
)
}
}

0 comments on commit fb5d7e0

Please sign in to comment.