Skip to content

Commit

Permalink
changed font and font size for input text
Browse files Browse the repository at this point in the history
  • Loading branch information
raheemelassadi committed Jul 2, 2023
1 parent 783f38e commit 9d37b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ body {
padding: 1.3rem;
outline: none;
border: none;
font-size: 1.1rem;
border-radius: 10px;
width: 100%;
box-sizing: border-box; /* Ensure padding is included in the total width */
font-family: 'Ysabeau Infant', sans-serif;
}

#container {
Expand Down

0 comments on commit 9d37b23

Please sign in to comment.