File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -193,29 +193,28 @@ <h3 class="title has-text-left has-text-white-ter is-size-4 has-text-weight-bold
193
193
</ p >
194
194
</ div >
195
195
< div class ="columns is-multiline ">
196
- < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd ">
196
+ < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd image-column ">
197
197
< figure class ="image ">
198
198
< img src ="https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/028c5555e207b9abb7c1f996ff4a35f7aae08bc0/assets/images/posts/march-25-update/chassis-view1.webp "
199
199
alt ="Battery management board ">
200
200
</ figure >
201
201
</ div >
202
-
203
- < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd ">
202
+
203
+ < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd image-column ">
204
204
< figure class ="image ">
205
205
< img src ="https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/028c5555e207b9abb7c1f996ff4a35f7aae08bc0/assets/images/posts/march-25-update/chassis-view3.webp "
206
206
alt ="Chassis cad corner view ">
207
207
</ figure >
208
208
</ div >
209
-
210
- < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd ">
209
+
210
+ < div class ="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd image-column ">
211
211
< figure class ="image ">
212
212
< img src ="https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/028c5555e207b9abb7c1f996ff4a35f7aae08bc0/assets/images/posts/march-25-update/chassis-view2.webp "
213
213
alt ="Chassis cad top view ">
214
214
</ figure >
215
215
</ div >
216
216
</ div >
217
217
218
-
219
218
< h2 class ="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium ">
220
219
Outreach
221
220
</ h2 >
Original file line number Diff line number Diff line change @@ -1656,4 +1656,9 @@ p {
1656
1656
border-radius : 10px ;
1657
1657
overflow : hidden ;
1658
1658
}
1659
+ .image-column {
1660
+ display : flex ;
1661
+ align-items : center ;
1662
+ justify-content : center ; /* Optional: centers images horizontally too */
1663
+ }
1659
1664
}
You can’t perform that action at this time.
0 commit comments