From bea86eda1cf0bb13b0b9ae15bec002f03de51b6a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 15 Nov 2020 21:19:03 +0100 Subject: [PATCH] Allow up to 4 screenshots. --- index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 5c3ab34..930c896 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ { display: block; float: left; - width: 11ch; + width: 12ch; text-align: right; margin-right: 1ch; } @@ -25,6 +25,10 @@ { padding: 0; } + input[type=file] + { + margin-left: 10ch; + } span.optional { font-style: italic; @@ -132,9 +136,16 @@
- - - (optional)
+ (optional) +
+ +
+ +
+ +
+ +