From 61286ce086125c0e2aee25c2dcdb63f814a82b32 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sun, 19 Mar 2023 15:53:20 -0700 Subject: [PATCH] Adjust new example text section styling --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c3d62ad..29d2a1f 100644 --- a/style.css +++ b/style.css @@ -123,8 +123,12 @@ input.serious { color: #d4d4d4; } +#newExampleTextButton { + width: fit-content; +} + #newExampleTextInput { - width: 16em; + width: 14em; } .serious#newExampleTextInput {