Skip to content

Commit

Permalink
fix(lc): alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam authored Nov 5, 2024
1 parent f703a47 commit ed2a2e5
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.dashboardLC {
width: 100%;
padding-left: 1.5rem;
padding-right: 1.5rem;
width: 95%;

.backLink {
display: flex;
Expand Down Expand Up @@ -131,3 +129,9 @@
}
}
}

@media screen and (max-width: 768px) {
.dashboardLC {
width: 100%;
}
}

0 comments on commit ed2a2e5

Please sign in to comment.