Skip to content

Commit 48a57d2

Browse files
author
RoshiniSeelamsetty
committed
fix: remove duplicate media queries causing CSS syntax errors
1 parent 85e275a commit 48a57d2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/TotalOrgSummary/TotalOrgSummary.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@
494494
}
495495

496496
/* Responsive design for better mobile experience */
497-
@media (width <= 768px) {
498497
@media (max-width: 768px) {
499498
.containerTotalOrgWrapper {
500499
padding: 10px !important;
@@ -614,7 +613,6 @@
614613
}
615614
}
616615

617-
@media (width <= 480px) {
618616
@media (max-width: 480px) {
619617
.containerTotalOrgWrapper {
620618
padding: 8px !important;

0 commit comments

Comments
 (0)