Skip to content

Commit 5f704b3

Browse files
committed
add gh-star button, adjust mobile breakpoint
1 parent b78a40d commit 5f704b3

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
</noscript>
4040
<div id="app"></div>
4141
<!-- built files will be auto injected -->
42+
<script defer src="/stars-tag.js"></script>
4243
</body>
4344
</html>

public/stars-tag.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ body:not(.accessible) * {
6969
}
7070
}
7171

72-
@media screen and (max-width: 428px) {
72+
@media screen and (max-width: 470px) {
7373
html, body {
7474
font-size: var(--size-base-sm);
7575
}

0 commit comments

Comments
 (0)