12 lines
178 B
CSS
12 lines
178 B
CSS
|
.duck-link .image {
|
||
|
background-color: black;
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
border-radius: 50%;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.duck-link .small {
|
||
|
margin-bottom: 0;
|
||
|
}
|