Skip to content

Commit

Permalink
improve mobile banner
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Oct 3, 2023
1 parent 2746ab4 commit 66a72e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

/* @import url("./twoslash.css"); */

:root {
--nextra-banner-height: 60px
}

.nextra-banner-container {
height: var(--nextra-banner-height);
background: #5227A6 !important;
}
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: DocsThemeConfig = {
key: 'effect-days-2024',
text: (
<a href="/events/effect-days" className="text-lg font-bold" target="_blank">
Join the waitlist for <strong>Effect Days 2024</strong><span className="hidden sm:inline"> in Vienna, Austria</span> &#8594;
<span className="hidden sm:inline">Join the waitlist for </span><strong>Effect Days 2024</strong> in Vienna<span className="hidden sm:inline">, Austria &#8594;</span>
</a>
)
},
Expand Down

0 comments on commit 66a72e8

Please sign in to comment.