diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index cb04cf2..1b4d70f 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -61,7 +61,7 @@ const getNetworkImage = (networkName: NetworkEnum): string => { @@ -321,11 +408,11 @@ header { } .redirect_button { - @apply py-4 text-gray-900 font-semibold text-xs w-full; + @apply py-5 text-gray-900 sm:font-semibold font-bold sm:text-xs text-sm w-full; } .menu-button { - @apply flex text-center justify-center hover:bg-gray-200; + @apply flex sm:text-center sm:justify-center hover:bg-gray-200 ml-8 sm:ml-0; } a:hover { @@ -340,6 +427,12 @@ a:hover { display: none; } +.mobile-menu { + margin-top: 1400px; + bottom: 0px; + height: auto; +} + @media screen and (max-width: 500px) { .lg-view { display: none;