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

Commit

Permalink
fix: fixed home nav layout (#137)
Browse files Browse the repository at this point in the history
* fix: align position of convert button

* fix: fixed layout of header nav buttons
  • Loading branch information
Extheoisah authored Oct 7, 2022
1 parent 7035189 commit eb54c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
margin: 0 -18px;
z-index: 1;
a {
width: 55px;
padding: 1rem;
display: block;
svg {
width: 28px;
height: 28px;
margin-right: unset;
width: 100%;
height: 100%;
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
a {
margin: 0.65rem auto;
padding: 0.5rem 1.5rem;
display: block;
.button-label {
padding-left: 34px;
}
}
}
}
Expand Down

0 comments on commit eb54c30

Please sign in to comment.