Skip to content

Commit 8c6c03a

Browse files
committed
Fix styling issue
1 parent 7d3eb4f commit 8c6c03a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/Page/GetStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const GetStarted: React.FunctionComponent<IGetStartedProps> = (props: Rea
1010

1111
return (
1212
<div className="bg-vulcan-600">
13-
<div className="max-w-4xl mx-auto py-12 sm:py-16 px-4 sm:px-6 lg:px-8 xl:px-0 lg:max-w-7xl lg:flex lg:items-center lg:justify-between">
13+
<div className="max-w-4xl mx-auto py-12 sm:py-16 px-4 sm:px-6 lg:px-8 lg:max-w-7xl lg:flex lg:items-center lg:justify-between">
1414
<h2 className="text-4xl font-extrabold tracking-tight text-whisper-500 sm:text-4xl">
1515
<span className="block">Ready to get started?</span>
1616
</h2>

content/changelog/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [#798](https://github.com/estruyf/vscode-front-matter/issues/798): Changed dialog to slide-over for the snippet forms
1212
- [#799](https://github.com/estruyf/vscode-front-matter/issues/799): Added `frontMatter.logging` setting to define the logging output. Options are `info`, `warn`, `error`, and `verbose`. Default is `info`.
1313
- [#800](https://github.com/estruyf/vscode-front-matter/issues/800): Add colors for the Front Matter CMS output
14+
- [#810](https://github.com/estruyf/vscode-front-matter/issues/810): Update the tab title based on the view
1415

1516
### ⚡️ Optimizations
1617

@@ -22,6 +23,7 @@
2223
- [#801](https://github.com/estruyf/vscode-front-matter/issues/801): Faster folder processing on updates
2324
- [#804](https://github.com/estruyf/vscode-front-matter/issues/804): Fix blinking of the front matter content area
2425
- [#806](https://github.com/estruyf/vscode-front-matter/issues/804): Fix preview URL for `index.md` files in root of the page folder path
26+
- [#809](https://github.com/estruyf/vscode-front-matter/issues/809): Fix retrieving the `filePrefix` when updating the file name on slug change
2527

2628
## [10.1.0] - 2024-04-11 - [Release notes](https://beta.frontmatter.codes/updates/v10.1.0)
2729

0 commit comments

Comments
 (0)