Skip to content

Commit

Permalink
Merge pull request #1677 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev Server
  • Loading branch information
aswanthabam authored Nov 5, 2024
2 parents b96d785 + 31cefa6 commit 017f7a7
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 017f7a7

Please sign in to comment.