From 2691cc9188395ef7d603c11beca579ebdeb56d89 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 10 Jul 2024 01:52:04 +0100 Subject: [PATCH] Fix styling --- _posts/2024-07-09-auto-imports-and-tolerant-expressions.md | 5 +++++ styles/main.css | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md b/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md index 2f7b8e8c..63ee00e2 100644 --- a/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md +++ b/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md @@ -298,6 +298,11 @@ Alternatively consider using our [referral link for CodeCrafters](https://app.co who have courses on implementing Redis, SQLite, and grep in Gleam. Use your training budget to learn and to support Gleam too! + + - [00bpa](https://github.com/00bpa) - [Aaron Gunderson](https://github.com/agundy) - [Abdulrhman Alkhodiry](https://github.com/zeroows) diff --git a/styles/main.css b/styles/main.css index 1421c2c2..f14b3d5c 100644 --- a/styles/main.css +++ b/styles/main.css @@ -797,13 +797,13 @@ main.content { flex-direction: row; flex-wrap: wrap; justify-content: space-between; - gap: var(--gap-1); + gap: var(--gap-2); padding: 0; } .post .top-sponsors + ul li { list-style: none; - margin: 0 var(--gap-1); + max-width: 100%; } .mailing-list-page p {