- select specializz.

This commit is contained in:
paoloar77
2021-12-31 01:44:16 +01:00
parent 664b469d99
commit f31eb0ea99
18 changed files with 293 additions and 260 deletions

View File

@@ -866,3 +866,10 @@ $heightBtn: 100%;
.centeritems{
place-content: center;
}
.combowidth {
min-width: 150px;
@media (max-width: 400px) {
min-width: 300px;
}
}