Skip to content

Commit

Permalink
Hide GitHub button on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jul 5, 2022
1 parent c2e3518 commit 2045308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">Landwind</span>
</a>
<div class="flex items-center lg:order-2">
<div class="mt-2 mr-4">
<div class="hidden mt-2 mr-4 sm:inline-block">
<a class="github-button" href="https://github.com/themesberg/landwind" data-size="large" data-icon="octicon-star" data-show-count="true" aria-label="Star themesberg/landwind on GitHub">Star</a>
</div>
<!-- <a href="#" class="text-gray-800 dark:text-white hover:bg-gray-50 focus:ring-4 focus:ring-gray-300 font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 sm:mr-2 dark:hover:bg-gray-700 focus:outline-none dark:focus:ring-gray-800">Log in</a> -->
Expand Down
4 changes: 4 additions & 0 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,10 @@ input:checked + .toggle-bg {
margin-right: 0.5rem;
}

.sm\:inline-block {
display: inline-block;
}

.sm\:flex {
display: flex;
}
Expand Down

0 comments on commit 2045308

Please sign in to comment.