From ce1fe07321b730484ccfdc660773d718c151ee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldimar=20J=C3=BAnior?= <98884282+aldimar-junior@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:10:11 -0300 Subject: [PATCH] Adding top margin to example header --- themes/jquery/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index e4883e10..58b57343 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -2275,6 +2275,10 @@ footer .books li a cite { color: #fff; } +.entry-example h3 { + margin-top: 1em; +} + /* Media Queries ========================================================================== */