Skip to content

Commit

Permalink
dice panel styling tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Dec 2, 2024
1 parent e1bcfc6 commit ae7c86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/_dice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
.spacer {
display: flex;
justify-content: center;
align-items: center;

.separator {
border-right: 2px groove #000;
height: calc(100% - 1px);
height: calc(100% - 2px);
}
}

Expand Down

0 comments on commit ae7c86f

Please sign in to comment.