Browse Source

add padding in logo

pull/1/head
wahyuun 9 months ago
parent
commit
9dbdd1c1af
  1. 2
      src/containers/DefaultLayout/DefaultHeader.js

2
src/containers/DefaultLayout/DefaultHeader.js

@ -216,7 +216,7 @@ class DefaultHeader extends Component {
getLogo = () => {
return (
<div style={{ width: '10%', display: 'flex', justifyContent: 'center' }}>
<div style={{ width: '10%', display: 'flex', justifyContent: 'center', paddingLeft:'10px' }}>
<img
style={{ width: '100%', height: '100%' }}
src={this.getLogoHeaderContent()}

Loading…
Cancel
Save