Skip to content

Commit

Permalink
re-order properties
Browse files Browse the repository at this point in the history
  • Loading branch information
webjsavella committed Jan 13, 2025
1 parent ac107a9 commit ee12500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eds/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
background-color: var(--calcite-ui-foreground-2);
block-size: 50px;
border-radius: 50px;
display: flex;
color: var(--calcite-ui-text-1);
display: flex;
justify-content: center;
inline-size: 50px;
text-align: center;
inline-size: 50px;
inset-block-start: calc(50% - 25px);
inset-inline-end: calc(50% - 25px);
position: absolute;
Expand Down

0 comments on commit ee12500

Please sign in to comment.