made register popup responsive up until 280px #1126

This commit is contained in:
daria 2023-07-27 13:46:06 +03:00
parent 9e37c0a718
commit e607cf58c4

View file

@ -39,6 +39,21 @@
flex-basis:30%;
margin-bottom: 0;
}
@media(max-width:520px){
.register-label{
flex-basis:40%;
}
}
@media(max-width:350px){
.register-label{
flex-basis:50%;
}
}
@media(max-width:300px){
.register-label{
flex-basis:65%;
}
}
padding-bottom: 3em;
min-height: 5vh;
}