From 21f490f673f8c2b2e07e9cb1bfdfbaa313634214 Mon Sep 17 00:00:00 2001 From: KubaZ2 Date: Mon, 25 Nov 2024 16:30:28 +0100 Subject: [PATCH] Fix docs css margins --- Documentation/templates-src/NetCord/src/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/templates-src/NetCord/src/main.css b/Documentation/templates-src/NetCord/src/main.css index 9e8cb163..d839ee6e 100644 --- a/Documentation/templates-src/NetCord/src/main.css +++ b/Documentation/templates-src/NetCord/src/main.css @@ -95,7 +95,8 @@ article img { border-radius: 10px; } -.tabGroup > section > pre:last-of-type { +.tabGroup > section > pre:last-child, +.alert > :last-child { margin-bottom: 0; }