From 6d7571388000b9c0de7335b787dc9d74a6a68c81 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 20:56:56 -0400 Subject: [PATCH] fix link --- docs/docs.css | 4 ++++ docs/index.html | 5 ++++- docs/index.html.ejs | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/docs.css b/docs/docs.css index 467de78..5cfd284 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -140,4 +140,8 @@ button.active { display: block; margin-top: 24px; } + + pre code { + width: 100%; + } } diff --git a/docs/index.html b/docs/index.html index 5dc3693..c3541c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,7 +100,10 @@ an example with vanilla JavaScript. The fastest way to use 98.css is to import it from unpkg.

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

You can install 98.css from the GitHub releases page, or from npm. diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 2221084..6177a24 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -100,7 +100,10 @@ an example with vanilla JavaScript. The fastest way to use 98.css is to import it from unpkg.

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

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