auth ui responsive

This commit is contained in:
Resul Madesenow
2024-02-23 18:32:12 +05:00
parent 7c9c872613
commit a622b50ca4
2 changed files with 27 additions and 5 deletions

View File

@@ -43,5 +43,25 @@
left: 345px;
background-color: white;
}
@media screen and (max-width: 1024px){
.shadow-none {
box-shadow: none;
}
}
@media screen and (max-width: 640px){
.d-none-copyright {
display: none;
}
.padding-none {
padding: 0;
}
}
@media screen and (min-width: 640px){
.d-none-mobile {
display: none;
}
}