Skip to content

Commit

Permalink
hide top bar on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Mar 26, 2024
1 parent a7b5c1f commit 0d500fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex flex-col min-h-screen">
<HeaderComponent class="w-full mt-0" />
<main class="flex flex-col items-center px-4 flex-1 py-5">
<HeaderComponent class="w-full mt-0 md:hidden" />
<main class="flex flex-col items-center px-4 flex-1 py-5 md:mt-2">
<ReferenceSection />
<hr class="my-5 w-full">
<PublicationsSection class="md:max-w-[90%]" />
Expand Down

0 comments on commit 0d500fe

Please sign in to comment.