Files
myprojplanet_vite/src/components/CCardStat/CCardStat.scss
2024-10-31 23:23:06 +01:00

14 lines
217 B
SCSS
Executable File

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