Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Jul 24, 2024
1 parent e90348e commit fa24178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion styles/tier-label.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
border: 1px solid var(--white);
}

p {
.tier-label p {
margin: 6px 2px;
width: 96px;
text-align: center;
Expand Down
3 changes: 1 addition & 2 deletions styles/tier-options.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.tier-options {
display: flex;
align-items: center;
border-top: 1px solid var(--option-borders);
border-bottom: 1px solid var(--option-borders);
border-block: 1px solid var(--option-borders);
background-color: var(--black);
width: 80px;
}
Expand Down

0 comments on commit fa24178

Please sign in to comment.