Skip to content

Commit

Permalink
Merge pull request #184 from michiof/BlogTagsLink-font-size-20231209
Browse files Browse the repository at this point in the history
  • Loading branch information
otoyo authored Dec 9, 2023
2 parents 34eddf8 + 164a2b6 commit 2e1aba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/BlogTagsLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ const { heading, tags } = Astro.props
}
.blog-tags-link ul li {
position: relative;
font-size: 1rem;
padding: 0.4rem;
line-height: 1.2rem;

font-size: 0.9rem;
gap: 6px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if (database.Icon && database.Icon.Type === 'file') {

<footer>
<div>
<span>Powered by</span>
<span>Powered by&nbsp;</span>
<a href="https://github.com/otoyo/astro-notion-blog"
>astro-notion-blog</a
>
Expand Down

1 comment on commit 2e1aba9

@vercel
Copy link

@vercel vercel bot commented on 2e1aba9 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

astro-notion-blog – ./

astro-notion-blog-otoyo.vercel.app
astro-notion-blog-git-main-otoyo.vercel.app
astro-notion-blog-taupe.vercel.app

Please sign in to comment.