Skip to content

Commit

Permalink
Update manager-aiservices.component.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn authored Oct 22, 2024
1 parent a5fbb8d commit 6fe14c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/manager-dashboard/manager-aiservices.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../variables.scss";

.container {
padding: 20px;
display: flex;
Expand Down Expand Up @@ -39,7 +41,7 @@
}

/* Targetting tablet screens*/
@media (max-width: 768px) {
@media (max-width: $screen-md) {
.container {
padding: 15px;
}
Expand Down Expand Up @@ -75,7 +77,7 @@
}

/* Targetting mobile screens*/
@media (max-width: 576px) {
@media (max-width: $screen-sm) {
.container {
padding: 10px;
}
Expand Down

0 comments on commit 6fe14c9

Please sign in to comment.