mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
9 lines
174 B
CSS
9 lines
174 B
CSS
.blockies {
|
|
width: var(--font-size-large);
|
|
height: var(--font-size-large);
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|