Skip to content

Commit

Permalink
increase imp dates list items
Browse files Browse the repository at this point in the history
  • Loading branch information
domlet committed Apr 8, 2024
1 parent 29ec42f commit 4a20803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ iframe {
#events-student-holiday .event-item:nth-child(-n + 4) {
display: list-item;
}
#events-student-non-holiday .event-item:nth-child(-n + 3) {
#events-student-activities .event-item:nth-child(-n + 5) {
display: list-item;
}
#events-student-activities .event-item:nth-child(-n + 5) {
#events-student-non-holiday .event-item:nth-child(-n + 5) {
display: list-item;
}
.event-item-desc {
Expand Down

0 comments on commit 4a20803

Please sign in to comment.