We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d061cfe commit 1899f40Copy full SHA for 1899f40
src/routes/(pages)/blog/+page.svelte
@@ -22,15 +22,13 @@
22
</ul>
23
24
<style>
25
- .description {
26
- max-width: 60ch;
27
- }
28
.byline {
29
font-style: italic;
30
font-size: 1rem;
31
}
32
.list {
33
margin: 0;
+ margin-top: 1.34em;
34
list-style: none;
35
margin-inline: auto;
36
display: flex;
src/routes/(pages)/blog/posts/layout.svelte
@@ -29,6 +29,9 @@
</div>
+ h1 {
+ margin-bottom: 1rem;
+ }
.article :global(pre) {
overflow-x: auto;
37
padding: 1rem;
0 commit comments