Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Jun 5, 2024
1 parent 22b5444 commit 39a9876
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions components/v4/layout/NewsPageFeatured.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ const NewsPageFeatured = ({
<div className="col-span-2 w-[48rem] max-w-full mx-auto border-t border-gray-100/80 p-6 lg:p-8 mt-6 w-full flex flex-col">
<h1
tabIndex={0}
className="text-xl mb-3 font-semibold tracking-tight"
className="text-2xl mb-4 font-medium tracking-tight"
>
Summary
</h1>
<div
className="text-lg text-gray-800 blog-content"
className="text-lg text-gray-800 blog-content news-content"
dangerouslySetInnerHTML={{ __html: content }}
></div>
<div className="mt-6 mb-6 ">
Expand Down
27 changes: 15 additions & 12 deletions styles/posts-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,22 @@ news width
margin-top:1.14rem;
line-height: 1.4rem;
}
p{
// p{

max-width: 54rem;
font-size:1rem;
line-height:1.5rem;
margin-bottom: 1.2rem;
}
h3 {
margin-top: 1.5rem;
margin-bottom: 0.75rem;
font-size: 1.3rem;
font-weight: 500;
color: #242424;
// max-width: 54rem;
// font-size:1rem;
// line-height:1.5rem;
// margin-bottom: 1.2rem;
// }
// h3 {
// margin-top: 1.5rem;
// margin-bottom: 0.75rem;
// font-size: 1.3rem;
// font-weight: 500;
// color: #242424;
// }
h3{
font-size:1.3rem;
}
pre{
white-space:break-spaces;
Expand Down

0 comments on commit 39a9876

Please sign in to comment.