fix: broken mobile responsiveness - fixed #1472

This commit is contained in:
Liyas Thomas
2021-02-10 19:53:47 +05:30
parent 2be9a0bdba
commit ca0c858e0f
3 changed files with 5 additions and 5 deletions

View File

@@ -298,7 +298,6 @@ nav.secondary-nav {
@apply flex-row;
@apply flex-no-wrap;
@apply overflow-auto;
@apply justify-between;
@apply bg-bgDarkColor;
@apply space-y-0;
@@ -306,7 +305,7 @@ nav.secondary-nav {
a {
@apply bg-transparent;
@apply m-2;
@apply my-2;
@apply flex-1;
&.nuxt-link-exact-active {