From 15130d60f19a7c4ee7f087dc10a9645b0f4c6d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 21 May 2022 16:10:48 +0300 Subject: [PATCH] add float: left --- assets/_/styles.scss | 4 ++++ content/log/2022/how-uber-uses-zig.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/_/styles.scss b/assets/_/styles.scss index 621b7e1..e1783f9 100644 --- a/assets/_/styles.scss +++ b/assets/_/styles.scss @@ -80,6 +80,10 @@ figure.right { float: right; } +figure.left { + float: left; +} + img,figcaption { width: 90%; margin: 0 auto; diff --git a/content/log/2022/how-uber-uses-zig.md b/content/log/2022/how-uber-uses-zig.md index 38757ef..9ef8bff 100644 --- a/content/log/2022/how-uber-uses-zig.md +++ b/content/log/2022/how-uber-uses-zig.md @@ -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. -The video is [here][milan-youtube]. 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. {{