Skip to content

Commit

Permalink
Center icons perfectly in presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Apr 5, 2018
1 parent f3f3c0d commit 0df9a5c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/ui/icons/Set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,16 @@
.row {
.icon-grid-container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
float: left;
height: 6rem;
min-height: 1px;
margin: 0 0 .5rem;
padding-right: .625rem;
padding-left: .625rem;
padding-top: 1.25rem;
text-align: center;
&:hover {
Expand All @@ -203,7 +205,7 @@
}
.icon {
margin: 0 0 .5rem;
margin: 0 0 1rem;
padding: 1rem 0 0;
}
Expand Down

0 comments on commit 0df9a5c

Please sign in to comment.