Skip to content

Commit

Permalink
Remove unnecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Mar 13, 2022
1 parent b8c75dc commit 4399fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Badge.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const { variant = 'neutral' } = Astro.props as Props;

<style>
.badge {
vertical-align: text-bottom;
font-size: .75rem;
border: 1px solid;
padding: 0.125em 0.5em;
Expand Down

0 comments on commit 4399fd6

Please sign in to comment.