From dcd9b5286dbc046b65d98886491e3903bcd33b24 Mon Sep 17 00:00:00 2001 From: Siddhant043 Date: Sat, 7 Mar 2020 01:07:48 +0530 Subject: [PATCH] navbar error on small screens fixed --- site/_css/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/_css/index.less b/site/_css/index.less index 58c9912670..a76b09ad78 100644 --- a/site/_css/index.less +++ b/site/_css/index.less @@ -111,6 +111,9 @@ body.index { animation: fade 1.2s ease-in-out; animation-fill-mode: both; margin-right: 18px; + @media screen and (max-width: 688px){ + padding-top: 55px; + } h1 { color: @rhodamine-color;