We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74e91 commit 4797271Copy full SHA for 4797271
docs/vercel/public/sakura-dark.css
@@ -18,7 +18,7 @@ body {
18
margin: auto;
19
color: #c9c9c9;
20
background-color: #222222;
21
- padding: 13px;
+ padding: 20px 13px 13px;
22
}
23
24
@media (max-width: 684px) {
docs/vercel/src/Index.svelte
@@ -44,9 +44,8 @@
44
<header>
45
{#if tagName && htmlUrl}
46
<div class="banner">
47
- <small
48
- >🎉 New release {tagName}! Check out the
49
- <a href={htmlUrl}>release notes</a>! 📝</small>
+ 🎉 New release {tagName}! Check out the
+ <a href={htmlUrl}>release notes</a>! 📝
50
</div>
51
{/if}
52
<h1>Onefetch</h1>
0 commit comments