mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 09:50:29 +01:00
11 lines
150 B
SCSS
11 lines
150 B
SCSS
|
.contributor {
|
||
|
text-align: center;
|
||
|
float: left;
|
||
|
|
||
|
img {
|
||
|
border-radius: 100%;
|
||
|
width: 90%;
|
||
|
max-width: 100px;
|
||
|
}
|
||
|
}
|