Skip to content

Commit

Permalink
Update schedule.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethllontop authored Oct 27, 2024
1 parent af0039a commit fa41822
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/custom/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,17 @@

.name {
@extend .fs-3, .fw-700;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.time,
.location {
@extend .fs-2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

&.lecture {
Expand Down

0 comments on commit fa41822

Please sign in to comment.