Skip to content

Commit

Permalink
changed the css to make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
vasantisuthar committed May 30, 2022
1 parent f1ffd87 commit 2c575a2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

.quizeo .question-model{
margin-top:-4%;
width: 50%;
}

.quizeo .category-title{
Expand Down Expand Up @@ -110,4 +109,10 @@
font-size: 1.2rem;
width: 9rem;
border-radius: 0.5rem;
}

@media only screen and (min-width: 600px) {
.quizeo .question-model{
width: 50%;
}
}

0 comments on commit 2c575a2

Please sign in to comment.