File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ <h1>Speakers</h1>
128
128
129
129
< div class ="row ">
130
130
< div class ="speaker-with-bio ">
131
- < div class ="speaker col-md-2 ">
131
+ < div class ="speaker col-md-3 ">
132
132
< div class ="image-holder ">
133
133
< img class ="background-image " alt ="Speaker " src ="2016/img/speakers/raphael-simon.jpg ">
134
134
< div class ="hover-state text-center preserve3d ">
@@ -140,7 +140,7 @@ <h1>Speakers</h1>
140
140
</ div >
141
141
</ div >
142
142
143
- < div class ="speaker-description col-md-9 col-md-offset-1 ">
143
+ < div class ="speaker-description col-md-9 ">
144
144
< h2 > Francesc Campoy Flores</ h2 >
145
145
< span class ="sub "> goa: a new approach to microservice development in Go</ span >
146
146
< p > This tutorial introduces a novel approach to building microservices in Go that uses code to describe the design of the service API.</ p >
Original file line number Diff line number Diff line change @@ -1255,7 +1255,11 @@ nav .container {
1255
1255
.topic {
1256
1256
margin-bottom : 36px ;
1257
1257
}
1258
+ .speaker .background-image {
1259
+ border-radius : 100% ;
1260
+ }
1258
1261
.speaker .hover-state {
1262
+ border-radius : 100% ;
1259
1263
position : absolute;
1260
1264
top : 0 ;
1261
1265
left : 0 ;
@@ -1269,6 +1273,7 @@ nav .container {
1269
1273
-moz-transition : all 0.3s ease-out;
1270
1274
}
1271
1275
.speaker .image-holder {
1276
+ max-width : 175px ;
1272
1277
margin-bottom : 12px ;
1273
1278
}
1274
1279
.speaker span {
You can’t perform that action at this time.
0 commit comments