Skip to content

Commit

Permalink
fix home button width
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed May 11, 2022
1 parent 74adae9 commit 977dba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@
position: absolute;
top: 60px;
left: calc(-2 * var(--space-factor));
right: auto;
border-radius: 0 20px 20px 0;

background-color: var(--button-gray-1);
Expand Down

0 comments on commit 977dba8

Please sign in to comment.