decentraland-ui
Version:
Decentraland's UI components and styles
27 lines (22 loc) • 382 B
CSS
.dcl.stats {
display: inline-flex;
flex-flow: column nowrap;
max-width: 100%;
}
.dcl.stats + .dcl.stats {
margin-left: 6em;
}
.dcl.stats .ui.header.sub {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (max-width: 768px) {
.dcl.stats {
width: 50%;
margin-bottom: 24px;
}
.dcl.stats + .dcl.stats {
margin-left: 0px;
}
}