Fix mobile logo display

This commit also remove unused css in logo element
This commit is contained in:
ditatompel 2024-05-17 17:50:56 +07:00
parent 598adac908
commit a31f436218
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -8,11 +8,8 @@
<nav class="fixed w-full z-20 top-0 start-0 bg-surface-100-800-token shadow-2xl"> <nav class="fixed w-full z-20 top-0 start-0 bg-surface-100-800-token shadow-2xl">
<div class="mx-auto flex max-w-screen-xl flex-wrap items-center justify-between px-4 py-1"> <div class="mx-auto flex max-w-screen-xl flex-wrap items-center justify-between px-4 py-1">
<a href="/" class="flex items-center space-x-3 rtl:space-x-reverse" aria-label="ditatompel"> <a href="/" class="flex items-center space-x-3 rtl:space-x-reverse" aria-label="xmr nodes">
<span <span class="self-center whitespace-nowrap text-2xl font-semibold lg:block">XMR Nodes</span>
class="txt-logo-gradient hidden self-center whitespace-nowrap text-2xl font-semibold lg:block"
>XMR Nodes</span
>
</a> </a>
<div class="flex items-center space-x-1 md:order-2 md:space-x-0 rtl:space-x-reverse"> <div class="flex items-center space-x-1 md:order-2 md:space-x-0 rtl:space-x-reverse">
<LightSwitch /> <LightSwitch />