There was an error while loading. Please reload this page.
1 parent ed18313 commit bfbf537Copy full SHA for bfbf537
1 file changed
_sass/custom/custom.scss
@@ -39,6 +39,19 @@ p.note::before {
39
font-weight: bold;
40
}
41
42
+// for narrow screens (12%), make date column more readable
43
+@media (max-width: 600px) {
44
+ .syllabus-container table.spanned-table tbody tr td:nth-child(1) {
45
+ width: 25% !important;
46
+ }
47
+ .syllabus-container table.spanned-table tbody tr td:nth-child(2) {
48
+ width: 50% !important;
49
50
+ .syllabus-container table.spanned-table tbody tr td:nth-child(3) {
51
52
53
+}
54
+
55
.label {
56
border-radius: $border-radius;
57
margin-left: 0;
@@ -147,3 +160,5 @@ p.note::before {
147
160
148
161
// Place all of your course-specific CSS here.
149
162
@import './course_overrides';
163
164
0 commit comments