styling bugs
This commit is contained in:
parent
88924c445d
commit
e6f38dcd7a
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
.rel-block {
|
||||
// position: relative;
|
||||
position: relative;
|
||||
max-height: 7.8rem;
|
||||
input {
|
||||
background: #f2f2f2;
|
||||
|
|
@ -62,7 +62,6 @@
|
|||
}
|
||||
|
||||
.sp-outer {
|
||||
position: relative;
|
||||
gap: 2rem;
|
||||
max-width: unset;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -124,10 +124,6 @@
|
|||
.reg-input-block.rel-block {
|
||||
max-height: unset;
|
||||
height: 100%;
|
||||
|
||||
.rel-img {
|
||||
top: 30%;
|
||||
}
|
||||
}
|
||||
.reg-input-wrapper,
|
||||
.reg-btns {
|
||||
|
|
@ -150,32 +146,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 607px) {
|
||||
.reg-input-block.rel-block {
|
||||
.rel-img {
|
||||
top: 27%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
.split {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 430px) {
|
||||
.reg-input-block.rel-block {
|
||||
.rel-img {
|
||||
top: 23%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 340px) {
|
||||
.reg-input-block.rel-block {
|
||||
.rel-img {
|
||||
top: 20%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue