Skip to content

Commit

Permalink
πŸ’„ Improve padding of header box
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Feb 19, 2024
1 parent 4af31ad commit 43023d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ 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%'}}>
<section className="descriptors" style={{paddingTop: '1rem', paddingLeft: '0.5rem', paddingRight: '0.5rem'}}>
<div className="boxes author-section-border" style={{marginTop: '0', marginBottom: '0', width: '100%', padding: '0'}}>
<div className="author-section text-center" style={{marginLeft: '0', marginBottom: '0', width: 'auto'}}>
<div style={{overflowWrap: 'anywhere'}}>
<span style={{fontSize: 'larger'}}>
Expand Down

0 comments on commit 43023d0

Please sign in to comment.