Skip to content

Commit

Permalink
fix(ui): adjust margin-top in Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Feb 1, 2024
1 parent 37d6328 commit e6ca6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sudoku-dioxus"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Jose Storopoli <[email protected]>"]
description = "Sudoku PWA with Dioxus"
Expand Down
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit e6ca6ee

Please sign in to comment.