git: d8b25aa858 - main - Design - Improve 'code' tag render

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Mon, 10 Apr 2023 08:58:10 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d8b25aa8583d39236f458693b3a43cc13572d2ad

commit d8b25aa8583d39236f458693b3a43cc13572d2ad
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-04-10 08:57:30 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-04-10 08:57:30 +0000

    Design - Improve 'code' tag render
---
 documentation/themes/beastie/assets/styles/global.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index b17e541e25..8a2c2e8046 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -670,7 +670,7 @@ table.stretch {
 
 code {
   font-family: "DejaVu Sans Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
-  padding: .5rem;
+  padding: .12rem .20rem;
   border-radius: .25rem;
   background-color: var(--pre-background-color);
   color: var(--pre-font-color);