Hi i want to use this icon on my homepage
.logo.chrome {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
overflow: hidden;
height: 210px;
width: 210px;
z-index: 1;
}
But it's css and when i try to change width or height the icon shape is massed
The icon is too big want to change size to make it smaller
Is there any guide?
Want to select whole css and change size