Skip to content

Commit

Permalink
Adjust styling of Wins page with badges in mobile
Browse files Browse the repository at this point in the history
Fixes hackforla#1550

Changed from 1.7em to 1.4em and 1.5em to 1em
  • Loading branch information
Linda-OC committed May 24, 2021
1 parent ed22cab commit 9fc22fb
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.7em;
max-width: 1.7em;
min-height: 1.7em;
max-height: 1.7em;
min-width: 1.4em;
max-width: 1.4em;
min-height: 1.4em;
max-height: 1.4em;
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: 1.5em;
max-width: 1.5em;
min-height: 1.5em;
max-height: 1.5em;
min-width: 1em;
max-width: 1em;
min-height: 1em;
max-height: 1em;
}
.wins-text-bubble{
display: block;
Expand Down

0 comments on commit 9fc22fb

Please sign in to comment.