Skip to content

Commit db7cfbc

Browse files
committed
update blog, update blog layout
1 parent 1f36a81 commit db7cfbc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/blogs/first-blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hello everyone, this is my new website. You can check the source code from [this
1111
- **SvelteKit** - Svelte meta-framework.
1212
- **MDSvex** - Markdown in svelte.
1313
- **Tailwind CSS** - Utility-first CSS framework.
14-
- **Iconify** - Icons collection.
14+
- **Bootstrap Icons** - Icons collection.
1515
- **highlight.js** - Syntax highlighter.
1616

1717
## So, What Next?

src/routes/about/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
}
6464
6565
section > h2 {
66-
font-size: theme(--text-3xl);
67-
font-weight: theme(--font-weight-black);
66+
@apply text-3xl font-black;
6867
}
6968
7069
a {

0 commit comments

Comments
 (0)