Add margin to the feedback button
This commit is contained in:
parent
d3f0110f93
commit
27c9be5e70
1 changed files with 5 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<span class="site-name">Jade Ellis</span>
|
||||
</a>
|
||||
|
||||
<button on:click={sendFeedback}>Report a bug</button>
|
||||
<button on:click={sendFeedback} class="feedback-button">Report a bug</button>
|
||||
</div>
|
||||
|
||||
{#each Object.entries(links) as [title, inner_links]}
|
||||
|
|
@ -130,4 +130,8 @@
|
|||
padding: 8px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.feedback-button {
|
||||
margin: 8px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue