Skip to content

Commit

Permalink
button width
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Oct 10, 2023
1 parent 3245d3d commit 840caa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ h3 {
/* Styles for action buttons */
.action-btn {
display: inline-block;
width: 200px;
width: 150px;
padding: 15px;
background-color: #4caf50;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ input[type="radio"]:checked + label {
/* Styles for action buttons */
.action-btn {
display: inline-block;
width: 200px;
width: 150px;
padding: 15px;
background-color: #4caf50;
color: white;
Expand Down

0 comments on commit 840caa7

Please sign in to comment.