Skip to content

Commit 4797271

Browse files
committed
increase size of banner in onefetch.dev
1 parent 1f74e91 commit 4797271

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/vercel/public/sakura-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818
margin: auto;
1919
color: #c9c9c9;
2020
background-color: #222222;
21-
padding: 13px;
21+
padding: 20px 13px 13px;
2222
}
2323

2424
@media (max-width: 684px) {

docs/vercel/src/Index.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
<header>
4545
{#if tagName && htmlUrl}
4646
<div class="banner">
47-
<small
48-
>🎉 New release {tagName}! Check out the
49-
<a href={htmlUrl}>release notes</a>! 📝</small>
47+
🎉 New release {tagName}! Check out the
48+
<a href={htmlUrl}>release notes</a>! 📝
5049
</div>
5150
{/if}
5251
<h1>Onefetch</h1>

0 commit comments

Comments
 (0)