Files
myprojplanet_vite/src/components/CCardStat/CCardStat.scss

14 lines
217 B
SCSS
Raw Normal View History

2021-09-04 15:05:34 +02:00
.my-card-stat {
width: 100%;
max-width: 200px;
min-width: 120px;
padding: 1rem 1rem;
2024-10-31 23:23:06 +01:00
box-shadow: none;
2021-09-04 15:05:34 +02:00
@media (max-width: 718px) {
// PER VERSIONE MOBILE
max-width: 150px;
padding: 0;
}
}