From 90b04cbd3784d0fc794ba816bd187722b20c40df Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 20 Jan 2023 18:07:50 +0000 Subject: [PATCH] Doc: Fixes #7642: Fixed menu padding in narrower view --- Assets/WebsiteAssets/css/site.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index 2ac0c71142..1839f98052 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -728,6 +728,16 @@ footer .bottom-links-row p { } } +/***************************************************************** + LARGE VIEW +*****************************************************************/ + +@media (max-width: 1200px) { + #nav-section a { + margin-left: 10px; + } +} + /***************************************************************** MEDIUM VIEW - Make menu bar elements smaller and closer to each others