From f3242174d3a71c75ead7efe5205dbf7ecce1d86f Mon Sep 17 00:00:00 2001 From: pepa65 Date: Sat, 17 Sep 2022 02:02:26 +0700 Subject: [PATCH] spacing --- uploadpage/page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uploadpage/page.css b/uploadpage/page.css index 1600406..67587b1 100755 --- a/uploadpage/page.css +++ b/uploadpage/page.css @@ -88,7 +88,7 @@ input[type=submit] { display:flex; flex-direction:rows; text-align:center; - space-between; + justify-content:space-between; } input[type=date] { width:56%; @@ -96,7 +96,7 @@ input[type=date] { padding-right:0; } input[type=time] { - width:40%; + width:42%; padding-left:0; padding-right:0; }