Skip to content

Commit

Permalink
fix: add preload hacks to generate Cerita page
Browse files Browse the repository at this point in the history
  • Loading branch information
Fariz Rizaldy committed Jan 14, 2020
1 parent 3615711 commit 5e5af9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
text-align: right;
}
._hidden {
display: none;
}
@media screen and (min-width: 60em) {
.c-navbar {
padding: 3rem 5rem;
Expand Down Expand Up @@ -148,5 +152,6 @@
href="/dukungan">
Dukung(an)
</a>
<a href="/cerita" class="_hidden">Cerita</a>
</div>
</nav>

0 comments on commit 5e5af9b

Please sign in to comment.