feat: much better mobile view design (#11)
This commit is contained in:
@@ -33,18 +33,3 @@ const enableBanner = siteConfig.banner.enable;
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
#nav-menu-panel {
|
||||
@apply top-[84px]
|
||||
}
|
||||
#nav-menu-panel.closed {
|
||||
@apply top-[76px] opacity-0 pointer-events-none
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user