Files
CMS-Client/components/Dashboard/Crypto/MarketGraph/MarketGraph.module.css
T
CHIEFSOFT\ameye 5f95d857d4 first commit
2023-10-14 22:02:57 -04:00

24 lines
386 B
CSS

.marketGraphList {
text-align: end;
}
.marketGraphList p {
margin-right: 20px;
}
.marketGraphList p:last-child {
margin-right: 0;
}
@media screen and (max-width: 599px) {
.marketGraphList {
text-align: left;
}
}
/* For RTL Style */
[dir="rtl"] .marketGraphList p {
margin-right: 0;
margin-left: 20px;
}
[dir="rtl"] .marketGraphList p:last-child {
margin-left: 0;
}