From dee27c9ca72222ec629ed6682bdc56eeb0a53d1a Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 30 Mar 2023 02:55:15 +0200 Subject: [PATCH] ui --- css/style.css | 6 +++--- sudoku.php | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index 00fbee4..190d477 100644 --- a/css/style.css +++ b/css/style.css @@ -19,8 +19,8 @@ table { } table input { - width: 2.5rem !important; - height: 2.5rem !important; + width: 2.7rem !important; + height: 2.7rem !important; font-size: 1.3rem !important; padding: 0 !important; margin: 0 !important; @@ -108,7 +108,7 @@ table { button, label { - padding: .375rem .6rem !important; + padding: .375rem .7rem !important; cursor: pointer; } diff --git a/sudoku.php b/sudoku.php index 5a0517f..4d04b29 100755 --- a/sudoku.php +++ b/sudoku.php @@ -26,22 +26,22 @@
-
-