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