From 33e7e2b2ab80e8957b8f531fa117bafce31b9493 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Mon, 5 Feb 2024 12:28:02 +0000 Subject: [PATCH] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index be97c00..b5d47b7 100644 --- a/index.html +++ b/index.html @@ -9,12 +9,16 @@ :where(dl,ol,ul) li { margin-bottom: calc(var(--typography-spacing-vertical) * 3); } + code { + margin-bottom: var(--spacing); + } button { width: auto; } .alert { padding: 1em 2em; border-radius: 1em; + display: none; } .alert--success { background: #88c841;