From bb12e78040a2d54a8e7569a8f6d2057e1194afba Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sun, 19 Mar 2023 15:48:54 -0700 Subject: [PATCH] Adjust new example text layout --- index.html | 16 +++++++++------- style.css | 4 ++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index c962a63..74fd7d8 100644 --- a/index.html +++ b/index.html @@ -85,13 +85,15 @@
- - - + +
+ + +

Downloads

diff --git a/style.css b/style.css index fa3eacf..c3d62ad 100644 --- a/style.css +++ b/style.css @@ -123,6 +123,10 @@ input.serious { color: #d4d4d4; } +#newExampleTextInput { + width: 16em; +} + .serious#newExampleTextInput { height: 1.15em; }