Skip to content

Commit 6d44645

Browse files
formatting
1 parent 96d0b1f commit 6d44645

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/pages/blog/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
font-size: var(--font-size-8);
2929
}
3030
}
31-
3231
</style>
3332
</head>
3433

3534
<body>
3635
<div class="container">
37-
<h1 class="heading">News and <br> Announcements</h1>
36+
<h1 class="heading">
37+
News and <br />
38+
Announcements
39+
</h1>
3840
<p class="subHeading">
3941
Get the latest updates and information about Greenwood releases and activities.
4042
</p>

src/stories/Styleguide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ This is the primary font for the website.
148148

149149
This is the primary font for the website for bolded text.
150150

151-
<span class="typography typography-primary-bold">The quick brown fox jumped over the lazy dog.</span>
151+
<span class="typography typography-primary-bold">
152+
The quick brown fox jumped over the lazy dog.
153+
</span>
152154

153155
### `--font-secondary`
154156

0 commit comments

Comments
 (0)