responsive bug fixing

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-04 15:19:47 +05:00
parent 9720f1a6d3
commit 0527b4bb20
13 changed files with 83 additions and 63 deletions

View File

@@ -62,4 +62,25 @@ body {
}
.icon_animation{
animation: icon_animatsion_tool 2s infinite alternate-reverse ;
}
@media(max-width:640px){
/* 🟠 Sariq blok trapezoid shakl */
.clip-trapezoid {
clip-path: none;
}
/* Input blokining shakli */
.clip-input {
clip-path: none;
}
/* Tugma blokining shakli */
.clip-button {
clip-path: none;
}
.clip-part{
clip-path: none;
}
}