Skip to content

Commit

Permalink
feat(blog): simplify css
Browse files Browse the repository at this point in the history
  • Loading branch information
noghartt committed Oct 27, 2024
1 parent 6bda550 commit cdf38c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/layout/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ const rssFeedURL = new URL('rss.xml', Astro.site).href;
font-size: var(--font-size-xl);
}

h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid rgba(0,0,0,0.2);
}

p, li {
text-align: justify;
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/[slug]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const readingTime = remarkPluginFrontmatter.readingTime;
article {
display: flex;
flex-direction: column;
row-gap: var(--spacing-2x);
gap: var(--spacing);
}

article ul {
Expand Down

0 comments on commit cdf38c1

Please sign in to comment.