From 4950264fb352f9bb8b7bb2a3528a8ba5cbe4918c Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 16 Jun 2025 11:51:52 +0200 Subject: [PATCH] fixed style --- public/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 2c758f7..ffcfd7d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -96,6 +96,10 @@ header #page-title { text-align: center; } +#file-input { + width: 100%; +} + table { border-collapse: collapse; }