fix: price update on country

This commit is contained in:
Jannat Patel
2023-09-22 21:46:08 +05:30
parent 153a8428f7
commit 90587b0508
8 changed files with 143 additions and 26 deletions

View File

@@ -2442,4 +2442,15 @@ select {
justify-content: space-between;
width: 50%;
margin: 0 auto 1rem;
}
.batch-details {
width: 50%;
margin: 2rem 0;
}
@media (max-width: 1000px) {
.batch-details {
width: 100%;
}
}