Files
newfreeplanet_OLD/src/components/CCardStat/CCardStat.scss
2021-09-04 15:05:34 +02: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;
}