From 8b81f0dd97139af79f692c683d4ed8a06144a1bd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 4 Nov 2024 12:47:51 -0500 Subject: Create static webapp --- web/wizard.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/wizard.css (limited to 'web/wizard.css') diff --git a/web/wizard.css b/web/wizard.css new file mode 100644 index 0000000..bbfb2a1 --- /dev/null +++ b/web/wizard.css @@ -0,0 +1,18 @@ +#preamble, #form { + width: 50%; + min-width: 600px; + margin: 0 auto 1em; +} + +#images { + text-indent: 0; +} + +#images li { + display: block; + text-align: center; +} + +#images li img { + max-height: 400px; +} -- cgit 1.4.1