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 eeda66f commit be27787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eds/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
color: var(--calcite-ui-text-1);
display: flex;
inline-size: 50px;
justify-content: center;
inset-block-start: calc(50% - 25px);
inset-inline-end: calc(50% - 25px);
justify-content: center;
position: absolute;
}

Expand Down

0 comments on commit be27787

Please sign in to comment.