From acd3ca82b35026ee06d0a746e9bfeacaefd9be9b Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Tue, 15 Oct 2024 09:22:42 +0300 Subject: [PATCH] Minor css changes on logo --- source/stylesheets/screen.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index b9c5fde23d5..f00def9c4d0 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -81,8 +81,9 @@ html, body { // This is the logo at the top of the ToC .logo { display: block; - max-width: 100%; + max-width: 75%; margin-bottom: $logo-margin; + padding: 10px; } &>.search {