Skip to content

Commit

Permalink
🎨 Format header html
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Feb 19, 2024
1 parent 8127dc7 commit 4af31ad
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions client/src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,25 +246,22 @@ class Header extends React.Component {
return (
<div onClick={() => this.closeDropdown()}>
<div>

<section className="descriptors">
<div className="boxes author-section-border" style={{marginTop: '0', marginBottom: '0', width: '100%'}}>
<div className="author-section text-center" style={{marginLeft: '0', marginBottom: '0', width: 'auto'}}>
<div style={{overflowWrap: 'anywhere'}}>

<span style={{fontSize: 'larger'}}>
{parse(strings.ctfInfo)}

<a
className="buttons"
href="https://ctf.openzeppelin.com"
style={{marginLeft: '0.5rem'}}
>
<button>{strings.ctfRegister}</button>
</a>

</span>

{parse(strings.ctfInfo)}

<a
className="buttons"
href="https://ctf.openzeppelin.com"
style={{marginLeft: '0.5rem'}}
>
<button>{strings.ctfRegister}</button>
</a>

</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 4af31ad

Please sign in to comment.