Skip to content

Commit

Permalink
fix: clip contents of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMetodiev committed Oct 28, 2020
1 parent 86a3d7a commit fc1210c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/styles/icon.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.icon {
display: inline-block;
width: 3.5em;
height: 3.5em;
border-radius: 50%;
overflow: hidden;
}

.icon--large {
width: 6em;
height: 6em;
width: 5em;
height: 5em;
}

0 comments on commit fc1210c

Please sign in to comment.