Skip to content

Commit

Permalink
fix(h4): use same for all h4 tags, not stylish individual
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Apr 24, 2024
1 parent 2bfdb19 commit f3f86d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/lib/components/Cost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,3 @@
{/if}
</div>
{/if}

<style>
h4 {
margin-bottom: 8px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div style="display: grid; gap: 1rem; grid-template-columns: repeat(12, 1fr);">
{#if !instance.isHealthy && instance.status.conditions.length > 0}
<Card columns={12}>
<h4 id="conditions" style="margin-bottom: 0.5rem">
<h4 id="conditions">
Instance conditions
<Link style="float: right" href={docURL('/how-to-guides/persistence/postgres/#faq')}>
FAQ
Expand Down

0 comments on commit f3f86d7

Please sign in to comment.