feat: made hero larger

This commit is contained in:
Jacob Nguyen
2022-08-09 17:18:19 -05:00
parent 4e604a0449
commit cd964af129
3 changed files with 11 additions and 15 deletions

View File

@@ -1,20 +1,15 @@
---
slug: the-why-in-everything
title: sern's "why"
title: why
authors: [jacoobes]
tags: []
---
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
Yes, yet another discord.js handler.
:::tip
<br/> Why?
<br/> Why??
Use the power of React to create interactive blog posts.
```js
<button onClick={() => alert('button clicked!')}>Click me!</button>
```
<button onClick={() => alert('button clicked!')}>Click me!</button>
:::
<br />
There are so many discord.js handlers out there. So why another one? Here's the thing. Most handlers you see out there are
poorly made, not maintained, unknown bugs, or who knows what.

View File

@@ -17,14 +17,15 @@ function HomepageHeader() {
<div className={ "col col--6 " }>
<h1
className={clsx("hero__title", styles['padding-vert--md'])}
style={ { fontSize : '450%' }}
>
<b>{siteConfig.title.slice(6)}</b>
</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
npm install @sern/handler
to="https://sern-handler.js.org/guide/walkthrough/cli">
sern init
</Link>
</div>
<div className="col col--6">

View File

@@ -27,5 +27,5 @@
padding-top: 10.10rem !important;
text-align: center;
position: relative;
}