responsive bug fixing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user