diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-11-04 12:47:51 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-11-04 12:47:51 -0500 |
commit | 8b81f0dd97139af79f692c683d4ed8a06144a1bd (patch) | |
tree | 86fb0de42baa6e3a29236a95de815f8790e4c17a /web/wizard.css | |
parent | 8375f92802d3aa7667bfc6f22f6d2a72361c9808 (diff) | |
download | wizard-8b81f0dd97139af79f692c683d4ed8a06144a1bd.tar.gz wizard-8b81f0dd97139af79f692c683d4ed8a06144a1bd.tar.bz2 wizard-8b81f0dd97139af79f692c683d4ed8a06144a1bd.zip |
Create static webapp
Diffstat (limited to 'web/wizard.css')
-rw-r--r-- | web/wizard.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
1 | #preamble, #form { | ||
2 | width: 50%; | ||
3 | min-width: 600px; | ||
4 | margin: 0 auto 1em; | ||
5 | } | ||
6 | |||
7 | #images { | ||
8 | text-indent: 0; | ||
9 | } | ||
10 | |||
11 | #images li { | ||
12 | display: block; | ||
13 | text-align: center; | ||
14 | } | ||
15 | |||
16 | #images li img { | ||
17 | max-height: 400px; | ||
18 | } | ||