From e6ca6ee1df68617ffe16ad26ba3af2fa66d9c1d8 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Thu, 1 Feb 2024 17:42:44 -0300 Subject: [PATCH] fix(ui): adjust margin-top in Buttons --- Cargo.toml | 2 +- assets/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f4378b..afcca2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sudoku-dioxus" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Jose Storopoli "] description = "Sudoku PWA with Dioxus" diff --git a/assets/style.css b/assets/style.css index 2cffc9e..b1bcc8c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -55,7 +55,7 @@ button.number { height: 54px; width: 54px; margin: 3px; - margin-top: 10px; + margin-top: 15px; text-align: center; vertical-align: middle; font-size: 50px; @@ -67,7 +67,7 @@ button.icon { background-position: center; width: 60px; height: 60px; - margin-top: 10px; + margin-top: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;