Skip to content

Commit

Permalink
Fix stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeeraTahir committed Dec 19, 2023
1 parent 1886ef4 commit 1667dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.mobile-menu.mobile-menu-show {
right: 0;
right: 0;
}

.chartCard {
Expand All @@ -57,6 +57,7 @@
align-items: center;
justify-content: center;
}

.chartBox {
width: 100%;
height: calc(100vh - 30vh);
Expand All @@ -68,4 +69,4 @@
color: var(--sction-heading-color);
font-weight: 600;
}
}
}

0 comments on commit 1667dcd

Please sign in to comment.