diff --git a/docs/docs.css b/docs/docs.css index dc897cc..467de78 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -140,8 +140,4 @@ button.active { display: block; margin-top: 24px; } - - pre code { - width: auto; - } } diff --git a/docs/index.html b/docs/index.html index c3541c5..6f80df8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,7 +100,7 @@ an example with vanilla JavaScript. The fastest way to use 98.css is to import it from unpkg.

-
<link
+    
<link
   rel="stylesheet"
   href="https://unpkg.com/98.css"
 >
@@ -108,7 +108,7 @@

You can install 98.css from the GitHub releases page, or from npm.

-
npm install 98.css
+
npm install 98.css

Components

diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 6177a24..b3f59c0 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -100,7 +100,7 @@ an example with vanilla JavaScript. The fastest way to use 98.css is to import it from unpkg.

-
<link
+    
<link
   rel="stylesheet"
   href="https://unpkg.com/98.css"
 >
@@ -108,7 +108,7 @@

You can install 98.css from the GitHub releases page, or from npm.

-
npm install 98.css
+
npm install 98.css

Components