Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function App() {
<Nav cast={cast} onChoice={(info) => { setMemberInfo(info) }} />
<img src="images/group.svg" alt="StarGazers Group" />
<hgroup>
<h1>Meet the {name}</h1>
<h1 style={{ fontSize: '3rem', fontWeight: '700' }}>Meet the {name}</h1>
<p>Members of an <b>intergalactic alliance</b> paving the way for peace and benevolence among all species. They are known for their enthusiasm for science, for their love of fun, and their dedication to education.</p>
</hgroup>
{memberInfo &&
Expand Down