diff --git a/packages/website/src/common.css b/packages/website/src/common.css index db2674b4..540645fe 100644 --- a/packages/website/src/common.css +++ b/packages/website/src/common.css @@ -97,10 +97,10 @@ @apply !bg-gray-200 code2 rounded-[8px]; } .md-heading1 { - @apply display1 text-black-900 my-[28px]; + @apply display1 text-3xl text-black-900 my-[28px]; } .md-heading2 { - @apply display3 text-black-900 mb-3 mt-6; + @apply display3 text-2xl text-black-900 mb-3 mt-6; } .mad-heading3 { @apply text-lg mb-3 mt-5 md:text-xl scroll-mt-[64px]; diff --git a/packages/website/src/components/home.html b/packages/website/src/components/home.html index 99e46575..bde73e9b 100644 --- a/packages/website/src/components/home.html +++ b/packages/website/src/components/home.html @@ -1,68 +1,60 @@
-
-

- An ESLint -
- plugin
- to lint and fix HTML code. -

-

- ESLint is a popular linting tool, but it only supports JavaScript.
- This plugin allows you to lint HTML files and HTML code in JavaScript Template Literals. +

+ +

HTML ESLINT

+

+ An ESLint plugin for formatting and linting HTML.

-