Skip to content

Commit

Permalink
Merge pull request #2515 from Akashay-Anand/attack-icon-effect
Browse files Browse the repository at this point in the history
fix: basic attack icon not clickable, closes #2506
  • Loading branch information
DreadKnight authored Oct 21, 2023
2 parents 167b175 + 881ce1f commit 681d1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -2056,8 +2056,8 @@ input {

#brandlogo {
display: block;
margin: auto;
width: 100%;
margin: auto 25%;
width: 50%;
opacity: 1;
z-index: 1;
position: absolute;
Expand Down

1 comment on commit 681d1a0

@vercel
Copy link

@vercel vercel bot commented on 681d1a0 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.