Skip to content

Commit

Permalink
fix(studio): minor sidebar icons styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Sep 16, 2019
1 parent 58291b0 commit dfdc479
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -32,15 +32,16 @@

.title {
width: 100%;
margin: 2px 0 2px 0;
vertical-align: middle;
text-align: center;
font-weight: bold;
line-height: 30px;
}

.icon {
width: 30px;
height: 30px;
margin: 1.2rem auto auto auto;
width: 24px;
height: 24px;
margin: 1.1rem auto auto auto;
}
}

Expand Down

0 comments on commit dfdc479

Please sign in to comment.