Skip to content

Commit

Permalink
Fix styleint order
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller committed Oct 15, 2024
1 parent 26738e8 commit 38ff730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/content-types/study-plan/study-plan.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ $study-plan-master-pdm: minmax(250px, 3fr) 1fr 2fr 2fr 2fr 2fr minmax(140px, 3fr
}

.schedule-text.no-course {
color: $gray-500;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
color: $gray-500;
}

// Stripes
Expand Down

0 comments on commit 38ff730

Please sign in to comment.