.chain { @extend %paper; justify-conntent: space-around; align-items: flex-start; padding: explorer-size(0) 0; &__container { text-align: center; } &__image { display: inline-block; height: explorer-size(0); margin-bottom: explorer-size(-2); } &__title { font-size: 13px; line-height: 24px; } } .container__stats { @extend %paper; display: flex; padding: 15px; width: 100%; font-size: 12px; text-align: center; flex-direction: row; justify-content: space-around; img { display: inline-block; height: explorer-size(1); margin-bottom: explorer-size(-2); text-align: center; } svg { width: 30px; } path { fill: $primary; } .stroke { stroke: $primary; } } .graph__squares { width: 12px; height: 12px; display: inline-block; &--price { background-color: $primary; } &--mcap { background-color: $secondary; } } .graph-flex { font-size: 12px; display: flex; justify-content: space-between; margin-top: 25px; color: $gray-500; } @media (min-width: $explorer-breakpoint-md) { .container__stats { width: 15%; flex-direction: column; align-content: space-between; color: $gray-500; margin: 10px 5px; img { display: inline-block; height: explorer-size(1); margin-bottom: explorer-size(-2); text-align: center; } div { flex-grow: 1; } } .chain { &__image { height: explorer-size(1); } &__container { &--secondary { display: none; } } } }