From ed8edfc246e05f845c030fa0a9197fb6b5f2076a Mon Sep 17 00:00:00 2001 From: Felix Corke Date: Mon, 1 Feb 2021 16:56:30 +0000 Subject: [PATCH] fixed overscroll --- static/index.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/static/index.html b/static/index.html index fe52e78..03cf172 100644 --- a/static/index.html +++ b/static/index.html @@ -319,17 +319,11 @@ .meta { max-width: var(--mw); - font-size: 16px; + font-size: 1rem; } .meta-details__summary { - margin: 1rem 0 0; - } - - @media screen and (min-width: 600px) { - .meta-details__summary { margin: 2rem 0 1rem; - } } /* API */ @@ -343,8 +337,6 @@ .api-field__label { grid-column: 1; - width: 100%; - width: 6rem; background-color: hsl(247, 43%, 9%); display: block; padding: 0.75rem 1rem; @@ -356,7 +348,6 @@ .api-field__input { grid-column: 2; - width: 100%; background-color: var(--c-input-bg); color: var(--c-input-fg); font-size: 1em; @@ -418,12 +409,12 @@

Image to CSS colours API

- +
-
by
+
via
blackspike.com