Skip to content

Commit

Permalink
Increase result text font size
Browse files Browse the repository at this point in the history
  • Loading branch information
vrm-piyush committed Jun 9, 2024
1 parent 0d967a4 commit 2f467c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ button.light-mode {
.result {
margin-top: 20px;
padding: 20px;
font-size: x-large;
background-color: #444;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
Expand Down
1 change: 1 addition & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ button {
.result {
margin-top: 20px;
padding: 20px;
font-size: x-large;
background-color: $secondary-color;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit 2f467c5

Please sign in to comment.