Files
freeplanet/src/components/CCardStat/CCardStat.scss
2020-03-21 10:33:11 +01:00

14 lines
215 B
SCSS
Executable File

.my-card-stat {
width: 100%;
max-width: 200px;
min-width: 120px;
padding: 1rem 1rem;
@media (max-width: 718px) {
// PER VERSIONE MOBILE
max-width: 150px;
padding: 0;
}
box-shadow: none;
}