fix: price update on country
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user