Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Fixed logo size at sm's size device
Browse files Browse the repository at this point in the history
  • Loading branch information
You-J committed Jan 7, 2021
1 parent a45354a commit 3ac2306
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/xs_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion sections/Header/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

.nav {
float: left;
// width: 422px;
width: 300px;
margin-top: 38px;
margin-bottom: 37px;
Expand Down Expand Up @@ -123,6 +122,8 @@

.xs_logo {
display: block;
margin: 22px 0;

}
}

Expand Down
2 changes: 1 addition & 1 deletion sections/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Header = () => {
</div>
<div
className={styles.xs_logo}
style={{ width: '36px' }}
style={{ width: '56px' }}
onClick={() => (location.href = '/')}
>
<img src={xsLogoWhite} alt="bridged.xyz_miniLogo" />
Expand Down

0 comments on commit 3ac2306

Please sign in to comment.