From ed8aa7b7a19ae43f665cc54f2be212387cc29e58 Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Thu, 30 Nov 2023 16:43:25 -0600 Subject: [PATCH] Minor style fixes --- extra/docs_landing.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extra/docs_landing.html b/extra/docs_landing.html index 7453111bfac9e..a80e4a81e6df5 100644 --- a/extra/docs_landing.html +++ b/extra/docs_landing.html @@ -320,7 +320,8 @@ border-radius: 4px; -webkit-transition: ; display: inline-block; - line-height: 39px; + line-height: 40px; + margin-top: 10px; } #guide .marketing-callout a:hover { @@ -381,6 +382,12 @@ #guide div.legacy-docs.hidden div { display: none; } + + @media screen and (max-width: 992px) { + .guide-section { + padding-right:15px + } + }