Skip to content

Commit

Permalink
decreased font size and padding for elements when in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
firebreathingrabbit committed May 31, 2023
1 parent 24201ce commit baede50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ input[name="answer"] {

height:30%;
}
#questionTxt,#answerTxt{
font-size: 2rem;
}

input[name="answer"] {
font-size: 2rem;
width: 5rem;
height: 2rem;
}

button {
font-size: 1rem;
padding: 2px 2px;
margin: 0 2px;
cursor: pointer;
}
}

/* button{
Expand Down

0 comments on commit baede50

Please sign in to comment.