From 5acbfe59615cb06ecb3b6ff1112712d199ffdf58 Mon Sep 17 00:00:00 2001 From: herveleclerc Date: Tue, 21 Jan 2025 15:31:28 +0100 Subject: [PATCH] pad --- styles/awcc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/awcc.css b/styles/awcc.css index fb6c486..c617e19 100644 --- a/styles/awcc.css +++ b/styles/awcc.css @@ -230,7 +230,7 @@ section.titleslide h1 { .reveal pre code { display: block; border-radius: 10px; - padding: 5px; + padding: 3px; overflow: auto; max-height: 550px; word-wrap: normal;