LOGIN PAGE SCROLL ISSUE - vadivel j 2025-07-29

This commit is contained in:
vadivelJ96 2025-07-29 10:39:14 +05:30
parent 696675f431
commit d21a53e670

View File

@ -80,6 +80,16 @@
align-items: center;
}
@media screen and (max-height: 700px) and (max-height: 1000px) {
.outer_card{
margin-top:7%;
margin-bottom:3%;
margin-left:10%;
margin-right:10%;
}
}
</style>
</head>