Skip to content

Commit

Permalink
Fix bug with swift logo size. (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
catiarodriguescosta authored Jul 29, 2021
1 parent c81875c commit 2dc94d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/wmnds/patterns/branded-banner/_branded-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,13 @@
}
}
}

// helper class for aligning swift logo icon
.wmnds-swift-logo-inline {
width: 3.6em;
height: 1.3em;
margin-top: -0.175em;
fill: currentColor;
vertical-align: middle;
}
}

0 comments on commit 2dc94d0

Please sign in to comment.