Skip to content

Commit faf84d3

Browse files
committed
reverting
1 parent d16a9ba commit faf84d3

2 files changed

Lines changed: 10 additions & 22 deletions

File tree

_sass/custom/schedule.scss

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.schedule {
22
@include abstract-card();
3-
overflow-x: auto;
3+
overflow-x: scroll;
44
position: relative;
55

66
li::before {
@@ -49,30 +49,20 @@
4949
border-left: $border $border-color;
5050
flex: 1 0 0;
5151
margin: 0;
52-
min-width: 60px;
52+
min-width: 120px;
5353

5454
&:first-of-type {
5555
border-left: 0;
5656
}
57-
58-
// Responsive adjustments for smaller screens
59-
@media (max-width: 768px) {
60-
min-width: 50px;
61-
}
6257
}
6358

6459
h2.schedule-header {
6560
align-items: center;
6661
display: flex;
67-
font-size: 11px !important;
62+
font-size: 18px !important;
6863
height: 40px;
6964
justify-content: center;
7065
margin: 0;
71-
72-
// Responsive font size for smaller screens
73-
@media (max-width: 768px) {
74-
font-size: 10px !important;
75-
}
7666
}
7767

7868
.schedule-events {
@@ -95,13 +85,11 @@
9585

9686
.name {
9787
@extend .fs-3, .fw-700;
98-
font-size: 12px !important;
9988
}
10089

10190
.time,
10291
.location {
10392
@extend .fs-2;
104-
font-size: 10px !important;
10593
}
10694

10795
@import "./../color_schemes/eecs";

_schedules/weekly.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ timeline:
3131
schedule:
3232
- name: ""
3333

34-
- name: Mon
34+
- name: Monday
3535
events:
3636
- name: Instructors OHs
3737
start: 7:00 PM
3838
end: 9:00 PM
3939
location: Virtual
40-
- name: Tue
40+
- name: Tuesday
4141
events:
4242
- name: Lecture
4343
start: 2:30 PM
@@ -51,9 +51,9 @@ schedule:
5151
start: 7:00 PM
5252
end: 9:00 PM
5353
location: Virtual
54-
- name: Wed
54+
- name: Wednesday
5555
events:
56-
- name: Thu
56+
- name: Thursday
5757
events:
5858
- name: Lecture
5959
start: 2:30 PM
@@ -63,7 +63,7 @@ schedule:
6363
start: 5:30 PM
6464
end: 7:30 PM
6565
location: Virtual
66-
- name: Fri
66+
- name: Friday
6767
events:
6868
- name: Instructors OHs
6969
start: 10:00 AM
@@ -73,9 +73,9 @@ schedule:
7373
start: 1:00 PM
7474
end: 3:00 PM
7575
location: 24-321
76-
- name: Sat
76+
- name: Saturday
7777
events:
78-
- name: Sun
78+
- name: Sunday
7979
events:
8080
- name: Instructors OHs
8181
start: 3:00 PM

0 commit comments

Comments
 (0)