Skip to content

Commit 1899f40

Browse files
committed
tweak sized in article
1 parent d061cfe commit 1899f40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/routes/(pages)/blog/+page.svelte

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
</ul>
2323

2424
<style>
25-
.description {
26-
max-width: 60ch;
27-
}
2825
.byline {
2926
font-style: italic;
3027
font-size: 1rem;
3128
}
3229
.list {
3330
margin: 0;
31+
margin-top: 1.34em;
3432
list-style: none;
3533
margin-inline: auto;
3634
display: flex;

src/routes/(pages)/blog/posts/layout.svelte

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
</div>
3030

3131
<style>
32+
h1 {
33+
margin-bottom: 1rem;
34+
}
3235
.article :global(pre) {
3336
overflow-x: auto;
3437
padding: 1rem;

0 commit comments

Comments
 (0)