@@ -56,7 +56,7 @@ export const TeacherFeatures = () => {
56
56
</ Col > }
57
57
</ Row >
58
58
< Row className = "isaac-cards-body px-3" >
59
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
59
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
60
60
< TeacherFeatureCard
61
61
url = "/groups"
62
62
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#groups"
@@ -65,7 +65,7 @@ export const TeacherFeatures = () => {
65
65
disabled = { isDisabled }
66
66
/>
67
67
</ Col >
68
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
68
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
69
69
< TeacherFeatureCard
70
70
url = { PATHS . SET_ASSIGNMENTS }
71
71
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#set-assignments"
@@ -74,8 +74,7 @@ export const TeacherFeatures = () => {
74
74
disabled = { isDisabled }
75
75
/>
76
76
</ Col >
77
- < Col xs = { 0 } sm = { 3 } className = "d-md-none" />
78
- < Col sm = { 6 } md = { 4 } >
77
+ < Col md = { { size : 6 , offset : 3 } } lg = { { size : 4 , offset : 0 } } >
79
78
< TeacherFeatureCard
80
79
url = { PATHS . ASSIGNMENT_PROGRESS }
81
80
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#track-progress"
@@ -89,24 +88,23 @@ export const TeacherFeatures = () => {
89
88
< h4 > Teacher Support</ h4 >
90
89
</ Row >
91
90
< Row className = "isaac-cards-body mt-2 px-3" >
92
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
91
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
93
92
< TeacherFeatureCard
94
93
url = "/support/teacher/general"
95
94
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#teacher-forum"
96
95
title = "Teacher FAQ"
97
96
subtitle = "Answers to your questions and how-to guides."
98
97
/>
99
98
</ Col >
100
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
99
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
101
100
< TeacherFeatureCard
102
101
url = "/events?types=teacher"
103
102
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#use-with-class"
104
103
title = "Teacher CPD"
105
104
subtitle = "Free short courses to help you use Isaac: by topic or by level of experience with Isaac."
106
105
/>
107
106
</ Col >
108
- < Col xs = { 0 } sm = { 3 } className = "d-md-none" />
109
- < Col sm = { 6 } md = { 4 } >
107
+ < Col md = { { size : 6 , offset : 3 } } lg = { { size : 4 , offset : 0 } } >
110
108
< TeacherFeatureCard
111
109
url = "/teacher_emails"
112
110
imgSrc = "/assets/phy/icons/computer.svg"
@@ -120,24 +118,23 @@ export const TeacherFeatures = () => {
120
118
< h4 > Teacher Resources</ h4 >
121
119
</ Row >
122
120
< Row className = "isaac-cards-body mb-5 mt-2 px-3" >
123
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
121
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
124
122
< TeacherFeatureCard
125
123
url = "/pages/order_books"
126
124
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#skills-book-cover"
127
125
title = "Isaac Books"
128
126
subtitle = "Buy one of our Skills Mastery books at cost."
129
127
/>
130
128
</ Col >
131
- < Col sm = { 6 } md = { 4 } className = "mb-3 mb-md -0" >
129
+ < Col md = { 6 } lg = { 4 } className = "mb-3 mb-lg -0" >
132
130
< TeacherFeatureCard
133
131
url = "/pages/pre_made_gameboards"
134
132
imgSrc = "/assets/phy/icons/key_stage_sprite.svg#triple"
135
133
title = "Boards by Topic"
136
134
subtitle = { isLoggedIn ( user ) ? "A selection of our questions organised by topic." : "A selection of our questions organised by lesson topic." }
137
135
/>
138
136
</ Col >
139
- < Col xs = { 0 } sm = { 3 } className = "d-md-none" />
140
- < Col sm = { 6 } md = { 4 } >
137
+ < Col md = { { size : 6 , offset : 3 } } lg = { { size : 4 , offset : 0 } } >
141
138
< TeacherFeatureCard
142
139
url = "/events?types=student"
143
140
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#calendar"
0 commit comments