Skip to content

Commit

Permalink
Fix size of random button on home page #1288 (#1295)
Browse files Browse the repository at this point in the history
Signed off by @reck-coder123
  • Loading branch information
reck-coder123 authored Dec 12, 2024
1 parent 2375d5c commit bc0d831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions www/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,9 @@ button {
min-width: auto;
margin-bottom: 0.5em;
}

.btn-group{
height: 100%;
}

}

0 comments on commit bc0d831

Please sign in to comment.