add float: left
This commit is contained in:
parent
acc2bf69d9
commit
15130d60f1
@ -80,6 +80,10 @@ figure.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
figure.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
img,figcaption {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
|
@ -13,7 +13,7 @@ I talked at [Zig Milan][zig-milan] meetup about "Onboarding Zig at Uber".
|
||||
This post is a little about "how Uber uses Zig", and more about "my experience
|
||||
of bringing Zig to Uber", from both technical and social aspects.
|
||||
|
||||
<big>The video is [here][milan-youtube]</big>. The rest of the post is a loose
|
||||
The video is [here][milan-youtube]. The rest of the post is a loose
|
||||
transcript, with some commentary and errata.
|
||||
|
||||
{{<img src="_/2022/uber-zig-frank-tweet.jpg"
|
||||
|
Loading…
Reference in New Issue
Block a user