Skip to content

Commit

Permalink
Revert "Adjust styling of Wins page with badges in mobile" (#1641)
Browse files Browse the repository at this point in the history
This reverts commit 9fc22fb.
  • Loading branch information
averdin2 authored May 26, 2021
1 parent 9fc22fb commit ad743cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/components/_wins-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
}

.wins-badge-icon {
min-width: 1.4em;
max-width: 1.4em;
min-height: 1.4em;
max-height: 1.4em;
min-width: 1.7em;
max-width: 1.7em;
min-height: 1.7em;
max-height: 1.7em;
margin: .5em 1.5em .5em 0;
filter: invert(13%) sepia(4%) saturate(16%) hue-rotate(336deg) brightness(96%) contrast(81%);
}
Expand Down Expand Up @@ -447,10 +447,10 @@
}
.wins-badge-icon{
margin-top: .05em;
min-width: 1em;
max-width: 1em;
min-height: 1em;
max-height: 1em;
min-width: 1.5em;
max-width: 1.5em;
min-height: 1.5em;
max-height: 1.5em;
}
.wins-text-bubble{
display: block;
Expand Down

0 comments on commit ad743cd

Please sign in to comment.