Skip to content

Commit

Permalink
fix team percent padding
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored Oct 24, 2021
1 parent 8b40549 commit ba2273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ha-nfl-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class NFLCard extends LitElement {
.opponent-probability { width: ${oppoProb}%; background-color: ${oppoColor}; height: 12px; border-radius: 0 ${probRadius}px ${probRadius}px 0; border: ${clrOut}px solid ${outColor}; border-left: 0; transition: all 1s ease-out; }
.team-probability { width: ${teamProb}%; background-color: ${teamColor}; height: 12px; border-radius: ${probRadius}px 0 0 ${probRadius}px; border: ${clrOut}px solid ${outColor}; border-right: 0; transition: all 1s ease-out; }
.probability-wrapper { display: flex; }
.team-percent { flex: 0 0 10px; padding: 0 0 0 10px; }
.team-percent { flex: 0 0 10px; padding: 0 10px 0 0; }
.oppo-percent { flex: 0 0 10px; padding: 0 0 0 10px; text-align: right; }
.percent { padding: 0 6px; }
.post-game { margin: 0 auto; }
Expand Down

0 comments on commit ba2273c

Please sign in to comment.