diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index 64f2c3814..fa034617c 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -738,6 +738,12 @@ a.nerd-font-button:before { } } +@media only screen and (max-width: 785px) { + nav ul li { + min-width: 50px; + } +} + /* util */ .text-left { diff --git a/_includes/css/skeleton.scss b/_includes/css/skeleton.scss index 46bc86e37..3eb15b1d0 100644 --- a/_includes/css/skeleton.scss +++ b/_includes/css/skeleton.scss @@ -91,14 +91,14 @@ } /* top nav tweaks */ -@media(min-width:768px) { +@media(min-width:940px) { .hide-on-larger-view { display: none !important; } } -@media(max-width:767px) { +@media(max-width:939px) { .hide-on-smaller-view { display: none !important; }