Skip to content

Commit 116086b

Browse files
committed
feat: run-a-node page content alignItems
1 parent 40735ea commit 116086b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/run-a-node.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ const RunANodePage = () => {
862862
</Column>
863863
</StakingCalloutContainer>
864864
<Content>
865-
<H3 id="plan-on-staking">
865+
<H3 id="plan-on-staking" sx={{ display: 'flex', alignItems: 'center' }}>
866866
<Emoji text=":cut_of_meat:" fontSize="2em" me="4" />
867867
{t("page-run-a-node-staking-plans-title")}
868868
</H3>
@@ -875,7 +875,7 @@ const RunANodePage = () => {
875875
{t("page-run-a-node-staking-plans-ethstaker-link-label")}
876876
</InlineLink>
877877
</Text>
878-
<H3 id="rasp-pi">
878+
<H3 id="rasp-pi" sx={{ display: 'flex', alignItems: 'center' }}>
879879
<Emoji text=":pie:" fontSize="2em" me="4" />
880880
{t("page-run-a-node-rasp-pi-title")}
881881
</H3>

0 commit comments

Comments
 (0)