fix: mobile responsiveness

This commit is contained in:
liyasthomas
2021-08-29 17:11:37 +05:30
parent 04f9428267
commit d9547c6654
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
label="HOPPSCOTCH"
to="/"
/>
<AppGitHubStarButton class="mt-1.5 transition" />
<AppGitHubStarButton class="mt-1.5 transition hidden sm:flex" />
</div>
<div class="space-x-2 inline-flex items-center">
<ButtonSecondary

View File

@@ -6,7 +6,7 @@
<label ref="toggle" class="toggle" :class="{ on: on }">
<span class="handle"></span>
</label>
<label class="cursor-pointer pl-0 align-middle truncate">
<label class="cursor-pointer pl-0 align-middle">
<slot></slot>
</label>
</div>