Skip to content

Commit

Permalink
fix(community): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Oct 8, 2024
1 parent ffdce80 commit c4fc5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/community/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@ main.community-container {
content: "";
display: block;
height: 30%;
left: 45% - 40% / 2;
left: calc(45% - 40% / 2);
outline-color: var(--accent-primary);
outline-offset: 1px;
outline-style: auto;
position: absolute;
top: 50% - 30% / 2;
top: calc(50% - 30% / 2);
width: 40%;
}

Expand Down

0 comments on commit c4fc5d0

Please sign in to comment.