mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
8 lines
131 B
CSS
8 lines
131 B
CSS
|
.author-image-placeholder {
|
||
|
flex-shrink: 0;
|
||
|
width: 56px;
|
||
|
height: 56px;
|
||
|
overflow: hidden;
|
||
|
border-radius: 50%;
|
||
|
}
|