styling bugs

This commit is contained in:
VividTruthKeeper 2022-04-03 10:43:38 +05:00
parent 88924c445d
commit e6f38dcd7a
2 changed files with 1 additions and 30 deletions

View File

@ -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;
}

View File

@ -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%;
}
}
}