Skip to content

Commit

Permalink
add gh-star button, adjust mobile breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed Mar 12, 2024
1 parent b78a40d commit 5f704b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script defer src="/stars-tag.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions public/stars-tag.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ body:not(.accessible) * {
}
}

@media screen and (max-width: 428px) {
@media screen and (max-width: 470px) {
html, body {
font-size: var(--size-base-sm);
}
Expand Down
Loading

0 comments on commit 5f704b3

Please sign in to comment.