auth ui responsive
This commit is contained in:
@@ -16,3 +16,25 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px){
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px){
|
||||
.d-center {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px){
|
||||
.d-center {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user