Skip to content

Commit

Permalink
fix(css,color-dot): add margin top & bottom auto for center the dot
Browse files Browse the repository at this point in the history
  • Loading branch information
toofff committed Jun 30, 2021
1 parent 64dce1d commit a6a06de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vapor/scss/elements/color-dot.scss
Expand Up @@ -7,6 +7,7 @@
min-width: var(--size);
height: var(--size);
min-height: var(--size);
margin: auto 0;
background-color: var(--background-color);
border-radius: 100%;

Expand Down

0 comments on commit a6a06de

Please sign in to comment.